Harmony system
Navy Color Harmonies
Navy color harmonies are generated from #000080 with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Navy into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.
Navy sits in the blue family with cool temperature and jewel tone tone attributes. The harmony sets below explain which colors create contrast, which stay close to the source hue, and which work best for interface tokens or palette roles.
How the harmony works
Navy Harmony Guide
Navy harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.
Machine-readable data
Machine-Readable Navy Harmony Data (JSON)
Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Navy.
sourceColorCanonical source colorharmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic setssignaturePaletteCompact harmony preview palettesemanticGroupsAI-ready harmony labelsuseCasesDesign and retrieval contextsaccessibilityNotesContrast guidance for the source colorStructured sections
Source color
{
"slug": "navy",
"name": "Navy",
"hex": "#000080",
"url": "https://www.colorsencyclopedia.com/colors/navy/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/navy.json"
}Harmony groups
[
{
"key": "complementary",
"label": "Complementary",
"behavior": "maximum hue contrast",
"bestUse": "accent colors, strong calls to action, visual opposition",
"description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
"colors": [
{
"hex": "#7F8000",
"name": "#7F8000",
"slug": null,
"rgb": [
127,
128,
0
],
"hsl": [
60,
100,
25
],
"cmyk": [
1,
0,
100,
50
],
"luminance": 0.1995,
"contrast": {
"black": 4.99,
"white": 4.21
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/7f8000/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/7f8000.json"
}
],
"anchor": "navy-harmony-complementary"
},
{
"key": "analogous",
"label": "Analogous",
"behavior": "neighboring hue movement",
"bestUse": "calm palettes, gradients, natural transitions",
"description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
"colors": [
{
"hex": "#004080",
"name": "#004080",
"slug": null,
"rgb": [
0,
64,
128
],
"hsl": [
210,
100,
25
],
"cmyk": [
100,
50,
0,
50
],
"luminance": 0.0523,
"contrast": {
"black": 2.05,
"white": 10.26
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/004080/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/004080.json"
},
{
"hex": "#400080",
"name": "#400080",
"slug": null,
"rgb": [
64,
0,
128
],
"hsl": [
270,
100,
25
],
"cmyk": [
50,
100,
0,
50
],
"luminance": 0.0265,
"contrast": {
"black": 1.53,
"white": 13.73
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/400080/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/400080.json"
}
],
"anchor": "navy-harmony-analogous"
},
{
"key": "triadic",
"label": "Triadic",
"behavior": "three evenly spaced hues",
"bestUse": "balanced contrast, playful systems, broad palette range",
"description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
"colors": [
{
"hex": "#800000",
"name": "Maroon",
"slug": "maroon",
"rgb": [
128,
0,
0
],
"hsl": [
0,
100,
25
],
"cmyk": [
0,
100,
100,
50
],
"luminance": 0.0459,
"contrast": {
"black": 1.92,
"white": 10.95
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/colors/maroon/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/maroon.json"
},
{
"hex": "#008000",
"name": "Green",
"slug": "green",
"rgb": [
0,
128,
0
],
"hsl": [
120,
100,
25
],
"cmyk": [
100,
0,
100,
50
],
"luminance": 0.1544,
"contrast": {
"black": 4.09,
"white": 5.14
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/green.json"
}
],
"anchor": "navy-harmony-triadic"
},
{
"key": "tetradic",
"label": "Tetradic",
"behavior": "two complementary pairs",
"bestUse": "large design systems, dashboards, multi-state UI",
"description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
"colors": [
{
"hex": "#800040",
"name": "#800040",
"slug": null,
"rgb": [
128,
0,
64
],
"hsl": [
330,
100,
25
],
"cmyk": [
0,
100,
50,
50
],
"luminance": 0.0496,
"contrast": {
"black": 1.99,
"white": 10.54
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/800040/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/800040.json"
},
{
"hex": "#7F8000",
"name": "#7F8000",
"slug": null,
"rgb": [
127,
128,
0
],
"hsl": [
60,
100,
25
],
"cmyk": [
1,
0,
100,
50
],
"luminance": 0.1995,
"contrast": {
"black": 4.99,
"white": 4.21
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/7f8000/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/7f8000.json"
},
{
"hex": "#008040",
"name": "#008040",
"slug": null,
"rgb": [
0,
128,
64
],
"hsl": [
150,
100,
25
],
"cmyk": [
100,
0,
50,
50
],
"luminance": 0.1581,
"contrast": {
"black": 4.16,
"white": 5.05
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/008040/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/008040.json"
}
],
"anchor": "navy-harmony-tetradic"
},
{
"key": "splitComplementary",
"label": "Split Complementary",
"behavior": "softened complementary contrast",
"bestUse": "brand palettes, accent pairs, less aggressive contrast",
"description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
"colors": [
{
"hex": "#804000",
"name": "#804000",
"slug": null,
"rgb": [
128,
64,
0
],
"hsl": [
30,
100,
25
],
"cmyk": [
0,
50,
100,
50
],
"luminance": 0.0826,
"contrast": {
"black": 2.65,
"white": 7.92
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/804000/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/804000.json"
},
{
"hex": "#408000",
"name": "#408000",
"slug": null,
"rgb": [
64,
128,
0
],
"hsl": [
90,
100,
25
],
"cmyk": [
50,
0,
100,
50
],
"luminance": 0.1653,
"contrast": {
"black": 4.31,
"white": 4.88
},
"wcag": {
"AA": [
"#FFFFFF"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/408000/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/408000.json"
}
],
"anchor": "navy-harmony-split-complementary"
},
{
"key": "monochromatic",
"label": "Monochromatic",
"behavior": "same hue, different values",
"bestUse": "surfaces, states, elevation, restrained UI themes",
"description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
"colors": [
{
"hex": "#0000DB",
"name": "#0000DB",
"slug": null,
"rgb": [
0,
0,
219
],
"hsl": [
240,
100,
43
],
"cmyk": [
100,
100,
0,
14
],
"luminance": 0.0511,
"contrast": {
"black": 2.02,
"white": 10.39
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/0000db/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/0000db.json"
},
{
"hex": "#000080",
"name": "Navy Blue",
"slug": "navy-blue",
"rgb": [
0,
0,
128
],
"hsl": [
240,
100,
25
],
"cmyk": [
100,
100,
0,
50
],
"luminance": 0.0156,
"contrast": {
"black": 1.31,
"white": 16.01
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/colors/navy-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/navy-blue.json"
},
{
"hex": "#000024",
"name": "#000024",
"slug": null,
"rgb": [
0,
0,
36
],
"hsl": [
240,
100,
7
],
"cmyk": [
100,
100,
0,
86
],
"luminance": 0.0013,
"contrast": {
"black": 1.03,
"white": 20.47
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/000024/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/000024.json"
}
],
"anchor": "navy-harmony-monochromatic"
}
]Signature palette
[
"#000080",
"#7F8000",
"#004080",
"#400080",
"#0000DB",
"#000024"
]Accessibility notes
[
"Black contrast on Navy: 1.31:1",
"White contrast on Navy: 16.01:1",
"AA text options: #FFFFFF, #F5F5F5"
]CSS tokens
":root {\n --color-navy: #000080;\n --navy-complementary-1: #7F8000;\n --navy-analogous-1: #004080;\n --navy-analogous-2: #400080;\n --navy-triadic-1: #800000;\n --navy-triadic-2: #008000;\n --navy-tetradic-1: #800040;\n --navy-tetradic-2: #7F8000;\n --navy-tetradic-3: #008040;\n --navy-split-complementary-1: #804000;\n --navy-split-complementary-2: #408000;\n --navy-monochromatic-1: #0000DB;\n --navy-monochromatic-2: #000080;\n --navy-monochromatic-3: #000024;\n}\n\n.palette-navy-harmony {\n color: #FFFFFF;\n background: linear-gradient(135deg, #000080, #7F8000, #004080, #400080, #0000DB, #000024);\n}"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "navy",
"name": "Navy",
"hex": "#000080",
"rgb": [
0,
0,
128
],
"hsl": [
240,
100,
25
],
"cmyk": [
100,
100,
0,
50
],
"family": "blue",
"temperature": "cool",
"tone": [
"jewel-tone"
],
"luminance": 0.0156,
"contrast": {
"black": 1.31,
"white": 16.01
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"sourceColor": {
"slug": "navy",
"name": "Navy",
"hex": "#000080",
"url": "https://www.colorsencyclopedia.com/colors/navy/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/navy.json"
},
"harmonyGroups": [
{
"key": "complementary",
"label": "Complementary",
"behavior": "maximum hue contrast",
"bestUse": "accent colors, strong calls to action, visual opposition",
"description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
"colors": [
{
"hex": "#7F8000",
"name": "#7F8000",
"slug": null,
"rgb": [
127,
128,
0
],
"hsl": [
60,
100,
25
],
"cmyk": [
1,
0,
100,
50
],
"luminance": 0.1995,
"contrast": {
"black": 4.99,
"white": 4.21
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/7f8000/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/7f8000.json"
}
],
"anchor": "navy-harmony-complementary"
},
{
"key": "analogous",
"label": "Analogous",
"behavior": "neighboring hue movement",
"bestUse": "calm palettes, gradients, natural transitions",
"description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
"colors": [
{
"hex": "#004080",
"name": "#004080",
"slug": null,
"rgb": [
0,
64,
128
],
"hsl": [
210,
100,
25
],
"cmyk": [
100,
50,
0,
50
],
"luminance": 0.0523,
"contrast": {
"black": 2.05,
"white": 10.26
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/004080/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/004080.json"
},
{
"hex": "#400080",
"name": "#400080",
"slug": null,
"rgb": [
64,
0,
128
],
"hsl": [
270,
100,
25
],
"cmyk": [
50,
100,
0,
50
],
"luminance": 0.0265,
"contrast": {
"black": 1.53,
"white": 13.73
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/400080/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/400080.json"
}
],
"anchor": "navy-harmony-analogous"
},
{
"key": "triadic",
"label": "Triadic",
"behavior": "three evenly spaced hues",
"bestUse": "balanced contrast, playful systems, broad palette range",
"description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
"colors": [
{
"hex": "#800000",
"name": "Maroon",
"slug": "maroon",
"rgb": [
128,
0,
0
],
"hsl": [
0,
100,
25
],
"cmyk": [
0,
100,
100,
50
],
"luminance": 0.0459,
"contrast": {
"black": 1.92,
"white": 10.95
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/colors/maroon/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/maroon.json"
},
{
"hex": "#008000",
"name": "Green",
"slug": "green",
"rgb": [
0,
128,
0
],
"hsl": [
120,
100,
25
],
"cmyk": [
100,
0,
100,
50
],
"luminance": 0.1544,
"contrast": {
"black": 4.09,
"white": 5.14
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/green/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/green.json"
}
],
"anchor": "navy-harmony-triadic"
},
{
"key": "tetradic",
"label": "Tetradic",
"behavior": "two complementary pairs",
"bestUse": "large design systems, dashboards, multi-state UI",
"description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
"colors": [
{
"hex": "#800040",
"name": "#800040",
"slug": null,
"rgb": [
128,
0,
64
],
"hsl": [
330,
100,
25
],
"cmyk": [
0,
100,
50,
50
],
"luminance": 0.0496,
"contrast": {
"black": 1.99,
"white": 10.54
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/800040/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/800040.json"
},
{
"hex": "#7F8000",
"name": "#7F8000",
"slug": null,
"rgb": [
127,
128,
0
],
"hsl": [
60,
100,
25
],
"cmyk": [
1,
0,
100,
50
],
"luminance": 0.1995,
"contrast": {
"black": 4.99,
"white": 4.21
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/7f8000/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/7f8000.json"
},
{
"hex": "#008040",
"name": "#008040",
"slug": null,
"rgb": [
0,
128,
64
],
"hsl": [
150,
100,
25
],
"cmyk": [
100,
0,
50,
50
],
"luminance": 0.1581,
"contrast": {
"black": 4.16,
"white": 5.05
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/008040/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/008040.json"
}
],
"anchor": "navy-harmony-tetradic"
},
{
"key": "splitComplementary",
"label": "Split Complementary",
"behavior": "softened complementary contrast",
"bestUse": "brand palettes, accent pairs, less aggressive contrast",
"description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
"colors": [
{
"hex": "#804000",
"name": "#804000",
"slug": null,
"rgb": [
128,
64,
0
],
"hsl": [
30,
100,
25
],
"cmyk": [
0,
50,
100,
50
],
"luminance": 0.0826,
"contrast": {
"black": 2.65,
"white": 7.92
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/804000/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/804000.json"
},
{
"hex": "#408000",
"name": "#408000",
"slug": null,
"rgb": [
64,
128,
0
],
"hsl": [
90,
100,
25
],
"cmyk": [
50,
0,
100,
50
],
"luminance": 0.1653,
"contrast": {
"black": 4.31,
"white": 4.88
},
"wcag": {
"AA": [
"#FFFFFF"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/408000/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/408000.json"
}
],
"anchor": "navy-harmony-split-complementary"
},
{
"key": "monochromatic",
"label": "Monochromatic",
"behavior": "same hue, different values",
"bestUse": "surfaces, states, elevation, restrained UI themes",
"description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
"colors": [
{
"hex": "#0000DB",
"name": "#0000DB",
"slug": null,
"rgb": [
0,
0,
219
],
"hsl": [
240,
100,
43
],
"cmyk": [
100,
100,
0,
14
],
"luminance": 0.0511,
"contrast": {
"black": 2.02,
"white": 10.39
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/0000db/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/0000db.json"
},
{
"hex": "#000080",
"name": "Navy Blue",
"slug": "navy-blue",
"rgb": [
0,
0,
128
],
"hsl": [
240,
100,
25
],
"cmyk": [
100,
100,
0,
50
],
"luminance": 0.0156,
"contrast": {
"black": 1.31,
"white": 16.01
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/colors/navy-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/navy-blue.json"
},
{
"hex": "#000024",
"name": "#000024",
"slug": null,
"rgb": [
0,
0,
36
],
"hsl": [
240,
100,
7
],
"cmyk": [
100,
100,
0,
86
],
"luminance": 0.0013,
"contrast": {
"black": 1.03,
"white": 20.47
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/000024/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/000024.json"
}
],
"anchor": "navy-harmony-monochromatic"
}
],
"signaturePalette": [
"#000080",
"#7F8000",
"#004080",
"#400080",
"#0000DB",
"#000024"
],
"semanticGroups": [
"blue harmony",
"cool harmony",
"jewel tone harmony",
"navy palette system"
],
"useCases": [
"palette generation",
"brand color exploration",
"UI accent planning",
"CSS design tokens",
"AI color retrieval"
],
"accessibilityNotes": [
"Black contrast on Navy: 1.31:1",
"White contrast on Navy: 16.01:1",
"AA text options: #FFFFFF, #F5F5F5"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/harmonies/navy.json",
"https://www.colorsencyclopedia.com/api/colors/navy.json",
"https://www.colorsencyclopedia.com/api/hex/000080.json"
],
"url": "https://www.colorsencyclopedia.com/harmonies/navy/",
"apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/navy.json",
"cssSnippet": ":root {\n --color-navy: #000080;\n --navy-complementary-1: #7F8000;\n --navy-analogous-1: #004080;\n --navy-analogous-2: #400080;\n --navy-triadic-1: #800000;\n --navy-triadic-2: #008000;\n --navy-tetradic-1: #800040;\n --navy-tetradic-2: #7F8000;\n --navy-tetradic-3: #008040;\n --navy-split-complementary-1: #804000;\n --navy-split-complementary-2: #408000;\n --navy-monochromatic-1: #0000DB;\n --navy-monochromatic-2: #000080;\n --navy-monochromatic-3: #000024;\n}\n\n.palette-navy-harmony {\n color: #FFFFFF;\n background: linear-gradient(135deg, #000080, #7F8000, #004080, #400080, #0000DB, #000024);\n}"
}
CSS Harmony Tokens
Use these tokens when Navy needs a complete palette system instead of a single color variable.
:root {
--color-navy: #000080;
--navy-complementary-1: #7F8000;
--navy-analogous-1: #004080;
--navy-analogous-2: #400080;
--navy-triadic-1: #800000;
--navy-triadic-2: #008000;
--navy-tetradic-1: #800040;
--navy-tetradic-2: #7F8000;
--navy-tetradic-3: #008040;
--navy-split-complementary-1: #804000;
--navy-split-complementary-2: #408000;
--navy-monochromatic-1: #0000DB;
--navy-monochromatic-2: #000080;
--navy-monochromatic-3: #000024;
}
.palette-navy-harmony {
color: #FFFFFF;
background: linear-gradient(135deg, #000080, #7F8000, #004080, #400080, #0000DB, #000024);
}
Navy Harmony Groups
Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.