Harmony system
Ink Blue Color Harmonies
Ink Blue color harmonies are generated from #003F5C with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Ink Blue into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.
Ink Blue sits in the blue family with cool temperature and dark, 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
Ink Blue Harmony Guide
Ink Blue 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 Ink Blue Harmony Data (JSON)
Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Ink Blue.
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": "ink-blue",
"name": "Ink Blue",
"hex": "#003F5C",
"url": "https://www.colorsencyclopedia.com/colors/ink-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/ink-blue.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": "#5C1D00",
"name": "#5C1D00",
"slug": null,
"rgb": [
92,
29,
0
],
"hsl": [
19,
100,
18
],
"cmyk": [
0,
68,
100,
64
],
"luminance": 0.0315,
"contrast": {
"black": 1.63,
"white": 12.88
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5c1d00/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5c1d00.json"
}
],
"anchor": "ink-blue-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": "#005C4B",
"name": "#005C4B",
"slug": null,
"rgb": [
0,
92,
75
],
"hsl": [
169,
100,
18
],
"cmyk": [
100,
0,
18,
64
],
"luminance": 0.0816,
"contrast": {
"black": 2.63,
"white": 7.98
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/005c4b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/005c4b.json"
},
{
"hex": "#00115C",
"name": "#00115C",
"slug": null,
"rgb": [
0,
17,
92
],
"hsl": [
229,
100,
18
],
"cmyk": [
100,
82,
0,
64
],
"luminance": 0.0117,
"contrast": {
"black": 1.23,
"white": 17.02
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/00115c/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/00115c.json"
}
],
"anchor": "ink-blue-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": "#5C003F",
"name": "#5C003F",
"slug": null,
"rgb": [
92,
0,
63
],
"hsl": [
319,
100,
18
],
"cmyk": [
0,
100,
32,
64
],
"luminance": 0.0263,
"contrast": {
"black": 1.53,
"white": 13.76
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5c003f/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5c003f.json"
},
{
"hex": "#3F5C00",
"name": "#3F5C00",
"slug": null,
"rgb": [
63,
92,
0
],
"hsl": [
79,
100,
18
],
"cmyk": [
32,
0,
100,
64
],
"luminance": 0.0871,
"contrast": {
"black": 2.74,
"white": 7.66
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/3f5c00/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/3f5c00.json"
}
],
"anchor": "ink-blue-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": "#4B005C",
"name": "#4B005C",
"slug": null,
"rgb": [
75,
0,
92
],
"hsl": [
289,
100,
18
],
"cmyk": [
18,
100,
0,
64
],
"luminance": 0.0227,
"contrast": {
"black": 1.45,
"white": 14.44
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/4b005c/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/4b005c.json"
},
{
"hex": "#5C1D00",
"name": "#5C1D00",
"slug": null,
"rgb": [
92,
29,
0
],
"hsl": [
19,
100,
18
],
"cmyk": [
0,
68,
100,
64
],
"luminance": 0.0315,
"contrast": {
"black": 1.63,
"white": 12.88
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5c1d00/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5c1d00.json"
},
{
"hex": "#115C00",
"name": "#115C00",
"slug": null,
"rgb": [
17,
92,
0
],
"hsl": [
109,
100,
18
],
"cmyk": [
82,
0,
100,
64
],
"luminance": 0.0777,
"contrast": {
"black": 2.55,
"white": 8.22
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/115c00/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/115c00.json"
}
],
"anchor": "ink-blue-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": "#5C0011",
"name": "#5C0011",
"slug": null,
"rgb": [
92,
0,
17
],
"hsl": [
349,
100,
18
],
"cmyk": [
0,
100,
82,
64
],
"luminance": 0.0232,
"contrast": {
"black": 1.46,
"white": 14.34
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5c0011/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5c0011.json"
},
{
"hex": "#5C4B00",
"name": "#5C4B00",
"slug": null,
"rgb": [
92,
75,
0
],
"hsl": [
49,
100,
18
],
"cmyk": [
0,
18,
100,
64
],
"luminance": 0.0731,
"contrast": {
"black": 2.46,
"white": 8.53
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5c4b00/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5c4b00.json"
}
],
"anchor": "ink-blue-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": "#007DB8",
"name": "#007DB8",
"slug": null,
"rgb": [
0,
125,
184
],
"hsl": [
199,
100,
36
],
"cmyk": [
100,
32,
0,
28
],
"luminance": 0.1813,
"contrast": {
"black": 4.63,
"white": 4.54
},
"wcag": {
"AA": [
"#000000",
"#FFFFFF"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/007db8/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/007db8.json"
},
{
"hex": "#003F5C",
"name": "Ink Blue",
"slug": "ink-blue",
"rgb": [
0,
63,
92
],
"hsl": [
199,
100,
18
],
"cmyk": [
100,
32,
0,
64
],
"luminance": 0.0433,
"contrast": {
"black": 1.87,
"white": 11.25
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/colors/ink-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/ink-blue.json"
},
{
"hex": "#000000",
"name": "Black",
"slug": "black",
"rgb": [
0,
0,
0
],
"hsl": [
0,
0,
0
],
"cmyk": [
0,
0,
0,
100
],
"luminance": 0,
"contrast": {
"black": 1,
"white": 21
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/colors/black/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/black.json"
}
],
"anchor": "ink-blue-harmony-monochromatic"
}
]Signature palette
[
"#003F5C",
"#5C1D00",
"#005C4B",
"#00115C",
"#007DB8",
"#000000"
]Accessibility notes
[
"Black contrast on Ink Blue: 1.87:1",
"White contrast on Ink Blue: 11.25:1",
"AA text options: #FFFFFF, #F5F5F5"
]CSS tokens
":root {\n --color-ink-blue: #003F5C;\n --ink-blue-complementary-1: #5C1D00;\n --ink-blue-analogous-1: #005C4B;\n --ink-blue-analogous-2: #00115C;\n --ink-blue-triadic-1: #5C003F;\n --ink-blue-triadic-2: #3F5C00;\n --ink-blue-tetradic-1: #4B005C;\n --ink-blue-tetradic-2: #5C1D00;\n --ink-blue-tetradic-3: #115C00;\n --ink-blue-split-complementary-1: #5C0011;\n --ink-blue-split-complementary-2: #5C4B00;\n --ink-blue-monochromatic-1: #007DB8;\n --ink-blue-monochromatic-2: #003F5C;\n --ink-blue-monochromatic-3: #000000;\n}\n\n.palette-ink-blue-harmony {\n color: #FFFFFF;\n background: linear-gradient(135deg, #003F5C, #5C1D00, #005C4B, #00115C, #007DB8, #000000);\n}"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "ink-blue",
"name": "Ink Blue",
"hex": "#003F5C",
"rgb": [
0,
63,
92
],
"hsl": [
199,
100,
18
],
"cmyk": [
100,
32,
0,
64
],
"family": "blue",
"temperature": "cool",
"tone": [
"dark",
"jewel-tone"
],
"luminance": 0.0433,
"contrast": {
"black": 1.87,
"white": 11.25
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"sourceColor": {
"slug": "ink-blue",
"name": "Ink Blue",
"hex": "#003F5C",
"url": "https://www.colorsencyclopedia.com/colors/ink-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/ink-blue.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": "#5C1D00",
"name": "#5C1D00",
"slug": null,
"rgb": [
92,
29,
0
],
"hsl": [
19,
100,
18
],
"cmyk": [
0,
68,
100,
64
],
"luminance": 0.0315,
"contrast": {
"black": 1.63,
"white": 12.88
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5c1d00/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5c1d00.json"
}
],
"anchor": "ink-blue-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": "#005C4B",
"name": "#005C4B",
"slug": null,
"rgb": [
0,
92,
75
],
"hsl": [
169,
100,
18
],
"cmyk": [
100,
0,
18,
64
],
"luminance": 0.0816,
"contrast": {
"black": 2.63,
"white": 7.98
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/005c4b/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/005c4b.json"
},
{
"hex": "#00115C",
"name": "#00115C",
"slug": null,
"rgb": [
0,
17,
92
],
"hsl": [
229,
100,
18
],
"cmyk": [
100,
82,
0,
64
],
"luminance": 0.0117,
"contrast": {
"black": 1.23,
"white": 17.02
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/00115c/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/00115c.json"
}
],
"anchor": "ink-blue-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": "#5C003F",
"name": "#5C003F",
"slug": null,
"rgb": [
92,
0,
63
],
"hsl": [
319,
100,
18
],
"cmyk": [
0,
100,
32,
64
],
"luminance": 0.0263,
"contrast": {
"black": 1.53,
"white": 13.76
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5c003f/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5c003f.json"
},
{
"hex": "#3F5C00",
"name": "#3F5C00",
"slug": null,
"rgb": [
63,
92,
0
],
"hsl": [
79,
100,
18
],
"cmyk": [
32,
0,
100,
64
],
"luminance": 0.0871,
"contrast": {
"black": 2.74,
"white": 7.66
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/3f5c00/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/3f5c00.json"
}
],
"anchor": "ink-blue-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": "#4B005C",
"name": "#4B005C",
"slug": null,
"rgb": [
75,
0,
92
],
"hsl": [
289,
100,
18
],
"cmyk": [
18,
100,
0,
64
],
"luminance": 0.0227,
"contrast": {
"black": 1.45,
"white": 14.44
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/4b005c/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/4b005c.json"
},
{
"hex": "#5C1D00",
"name": "#5C1D00",
"slug": null,
"rgb": [
92,
29,
0
],
"hsl": [
19,
100,
18
],
"cmyk": [
0,
68,
100,
64
],
"luminance": 0.0315,
"contrast": {
"black": 1.63,
"white": 12.88
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5c1d00/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5c1d00.json"
},
{
"hex": "#115C00",
"name": "#115C00",
"slug": null,
"rgb": [
17,
92,
0
],
"hsl": [
109,
100,
18
],
"cmyk": [
82,
0,
100,
64
],
"luminance": 0.0777,
"contrast": {
"black": 2.55,
"white": 8.22
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/115c00/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/115c00.json"
}
],
"anchor": "ink-blue-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": "#5C0011",
"name": "#5C0011",
"slug": null,
"rgb": [
92,
0,
17
],
"hsl": [
349,
100,
18
],
"cmyk": [
0,
100,
82,
64
],
"luminance": 0.0232,
"contrast": {
"black": 1.46,
"white": 14.34
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5c0011/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5c0011.json"
},
{
"hex": "#5C4B00",
"name": "#5C4B00",
"slug": null,
"rgb": [
92,
75,
0
],
"hsl": [
49,
100,
18
],
"cmyk": [
0,
18,
100,
64
],
"luminance": 0.0731,
"contrast": {
"black": 2.46,
"white": 8.53
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/5c4b00/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/5c4b00.json"
}
],
"anchor": "ink-blue-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": "#007DB8",
"name": "#007DB8",
"slug": null,
"rgb": [
0,
125,
184
],
"hsl": [
199,
100,
36
],
"cmyk": [
100,
32,
0,
28
],
"luminance": 0.1813,
"contrast": {
"black": 4.63,
"white": 4.54
},
"wcag": {
"AA": [
"#000000",
"#FFFFFF"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/007db8/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/007db8.json"
},
{
"hex": "#003F5C",
"name": "Ink Blue",
"slug": "ink-blue",
"rgb": [
0,
63,
92
],
"hsl": [
199,
100,
18
],
"cmyk": [
100,
32,
0,
64
],
"luminance": 0.0433,
"contrast": {
"black": 1.87,
"white": 11.25
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/colors/ink-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/ink-blue.json"
},
{
"hex": "#000000",
"name": "Black",
"slug": "black",
"rgb": [
0,
0,
0
],
"hsl": [
0,
0,
0
],
"cmyk": [
0,
0,
0,
100
],
"luminance": 0,
"contrast": {
"black": 1,
"white": 21
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/colors/black/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/black.json"
}
],
"anchor": "ink-blue-harmony-monochromatic"
}
],
"signaturePalette": [
"#003F5C",
"#5C1D00",
"#005C4B",
"#00115C",
"#007DB8",
"#000000"
],
"semanticGroups": [
"blue harmony",
"cool harmony",
"dark harmony",
"jewel tone harmony",
"ink blue palette system"
],
"useCases": [
"palette generation",
"brand color exploration",
"UI accent planning",
"CSS design tokens",
"AI color retrieval"
],
"accessibilityNotes": [
"Black contrast on Ink Blue: 1.87:1",
"White contrast on Ink Blue: 11.25:1",
"AA text options: #FFFFFF, #F5F5F5"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/harmonies/ink-blue.json",
"https://www.colorsencyclopedia.com/api/colors/ink-blue.json",
"https://www.colorsencyclopedia.com/api/hex/003f5c.json"
],
"url": "https://www.colorsencyclopedia.com/harmonies/ink-blue/",
"apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/ink-blue.json",
"cssSnippet": ":root {\n --color-ink-blue: #003F5C;\n --ink-blue-complementary-1: #5C1D00;\n --ink-blue-analogous-1: #005C4B;\n --ink-blue-analogous-2: #00115C;\n --ink-blue-triadic-1: #5C003F;\n --ink-blue-triadic-2: #3F5C00;\n --ink-blue-tetradic-1: #4B005C;\n --ink-blue-tetradic-2: #5C1D00;\n --ink-blue-tetradic-3: #115C00;\n --ink-blue-split-complementary-1: #5C0011;\n --ink-blue-split-complementary-2: #5C4B00;\n --ink-blue-monochromatic-1: #007DB8;\n --ink-blue-monochromatic-2: #003F5C;\n --ink-blue-monochromatic-3: #000000;\n}\n\n.palette-ink-blue-harmony {\n color: #FFFFFF;\n background: linear-gradient(135deg, #003F5C, #5C1D00, #005C4B, #00115C, #007DB8, #000000);\n}"
}
CSS Harmony Tokens
Use these tokens when Ink Blue needs a complete palette system instead of a single color variable.
:root {
--color-ink-blue: #003F5C;
--ink-blue-complementary-1: #5C1D00;
--ink-blue-analogous-1: #005C4B;
--ink-blue-analogous-2: #00115C;
--ink-blue-triadic-1: #5C003F;
--ink-blue-triadic-2: #3F5C00;
--ink-blue-tetradic-1: #4B005C;
--ink-blue-tetradic-2: #5C1D00;
--ink-blue-tetradic-3: #115C00;
--ink-blue-split-complementary-1: #5C0011;
--ink-blue-split-complementary-2: #5C4B00;
--ink-blue-monochromatic-1: #007DB8;
--ink-blue-monochromatic-2: #003F5C;
--ink-blue-monochromatic-3: #000000;
}
.palette-ink-blue-harmony {
color: #FFFFFF;
background: linear-gradient(135deg, #003F5C, #5C1D00, #005C4B, #00115C, #007DB8, #000000);
}
Ink Blue Harmony Groups
Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.
Complementary Harmony1 colors · maximum hue contrast
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.
#5C1D00Analogous Harmony2 colors · neighboring hue movement
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.
#005C4B#00115CTriadic Harmony2 colors · three evenly spaced hues
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.
#5C003F#3F5C00Tetradic Harmony3 colors · two complementary pairs
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.
#4B005C#5C1D00#115C00Split Complementary Harmony2 colors · softened complementary contrast
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.
#5C0011#5C4B00Monochromatic Harmony3 colors · same hue, different values
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.
#007DB8#003F5C#000000