Named color
Sea Blue
Sea Blue color #006994: RGB 0, 105, 148 and HSL 197°, 100%, 29%. Explore its cool blue profile, contrast, CSS, palettes and harmonies.
Use this color
Create with Sea Blue
Open a professional color tool with #006994 already applied. Each configuration stays canonical to the tool and can be adjusted or shared.
CSS Utilities
--color-sea-blue: #006994;
.bg-sea-blue { background-color: #006994; }
.text-sea-blue { color: #006994; }Color meaning and use
About Sea Blue Color
Sea Blue uses HEX #006994, RGB 0, 105, 148, and HSL 197°, 100%, 29%. The dataset classifies it in the blue family with cool temperature and jewel tone visual character.
No separate named-color neighbor is recorded for this entry. Its relative luminance is 0.1224; black contrast is 3.45:1 and white contrast is 6.09:1, making white the stronger of those two standard foreground choices.
WCAG Accessibility
Contrast checks for Sea Blue against black and white text.
Downloadable color reference infographic
Sea Blue Color Reference Infographic
Save a high-resolution infographic of Sea Blue, including its color values, coordinated palette, and black and white text contrast.

Color Harmonies
Variants
Pairings
Machine-readable data
Machine-Readable Color Data (JSON)
Perfect for CSS, design systems, automation, and AI ingestion.
hexCanonical HEX valuergbRed, green, blue channelshslHue, saturation, lightnesscmykApproximate print conversionwcagAA and AAA contrast optionsharmoniesMathematical harmony setsvariantsGenerated tone variantsnearestColorsKnowledge graph neighborsStructured sections
Color systems
{
"hex": "#006994",
"rgb": [
0,
105,
148
],
"hsl": [
197,
100,
29
],
"cmyk": [
100,
29,
0,
42
],
"luminance": 0.1224,
"contrast": {
"black": 3.45,
"white": 6.09
}
}WCAG
{
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
}Harmonies
{
"complementary": "#942A00",
"analogous": [
"#009474",
"#002094"
],
"triadic": [
"#94006A",
"#6A9400"
],
"tetradic": [
"#740094",
"#942A00",
"#209400"
],
"splitComplementary": [
"#940020",
"#947400"
],
"monochromatic": [
"#00ACF0",
"#006994",
"#002838"
]
}Variants
{
"light": "#00ACF0",
"dark": "#002838",
"saturated": "#006A94",
"desaturated": "#106384",
"pastel": "#26B5ED",
"neon": "#0087BD"
}Pairings
{
"best": [
"#FFFFFF",
"#942A00",
"#009474",
"#002094"
],
"avoid": [
"#106384",
"#00ACF0"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#FFFFFF"
],
"lowContrast": [
"#00ACF0",
"#106384"
]
}Knowledge graph
{
"nearestColors": [
"enamel-blue",
"safety-blue",
"cerulean",
"teal",
"peacock-teal"
],
"generatedPalettes": [
"sea-blue"
],
"generatedComparisons": [
"enamel-blue-vs-sea-blue",
"safety-blue-vs-sea-blue"
],
"relatedFamilies": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/jewel-tone"
],
"relatedTools": [
"/harmonies/sea-blue",
"/wcag/sea-blue",
"/css/colors/sea-blue",
"/hex/006994",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
],
"semanticRelations": {
"broader": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/jewel-tone"
],
"narrower": [
"/palettes/sea-blue"
],
"related": [
"/colors/enamel-blue",
"/colors/safety-blue",
"/colors/cerulean",
"/colors/teal",
"/colors/peacock-teal",
"/compare/enamel-blue-vs-sea-blue",
"/compare/safety-blue-vs-sea-blue",
"/harmonies/sea-blue",
"/wcag/sea-blue",
"/css/colors/sea-blue",
"/hex/006994",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
}
}Full JSON dataset
{
"slug": "sea-blue",
"name": "Sea Blue",
"hex": "#006994",
"uses": [
"interfaces",
"brand systems",
"technical design"
],
"psychology": {
"associations": [
"trust",
"clarity",
"calm"
],
"contexts": [
"technology",
"finance",
"healthcare",
"navigation"
],
"avoidIn": [
"high-warmth food palettes"
]
},
"aliases": [],
"sourceType": "curated",
"confidence": "medium",
"reviewStatus": "manual",
"sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
"origin": {
"type": "common",
"notes": "Curated common color reference used in design and editorial color systems."
},
"family": "blue",
"temperature": "cool",
"tone": [
"jewel-tone"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"blue",
"cool",
"jewel-tone",
"interfaces",
"brand-systems",
"technical-design",
"trust",
"clarity",
"calm"
],
"popularity": 84,
"rgb": [
0,
105,
148
],
"hsl": [
197,
100,
29
],
"cmyk": [
100,
29,
0,
42
],
"luminance": 0.1224,
"contrast": {
"black": 3.45,
"white": 6.09
},
"harmonies": {
"complementary": "#942A00",
"analogous": [
"#009474",
"#002094"
],
"triadic": [
"#94006A",
"#6A9400"
],
"tetradic": [
"#740094",
"#942A00",
"#209400"
],
"splitComplementary": [
"#940020",
"#947400"
],
"monochromatic": [
"#00ACF0",
"#006994",
"#002838"
]
},
"variants": {
"light": "#00ACF0",
"dark": "#002838",
"saturated": "#006A94",
"desaturated": "#106384",
"pastel": "#26B5ED",
"neon": "#0087BD"
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": []
},
"css": {
"variable": "--color-sea-blue: #006994;",
"utility": ".bg-sea-blue { background-color: #006994; }",
"textUtility": ".text-sea-blue { color: #006994; }"
},
"nearestColors": [
"enamel-blue",
"safety-blue",
"cerulean",
"teal",
"peacock-teal"
],
"generatedPalettes": [
"sea-blue"
],
"generatedComparisons": [
"enamel-blue-vs-sea-blue",
"safety-blue-vs-sea-blue"
],
"relatedFamilies": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/jewel-tone"
],
"relatedTools": [
"/harmonies/sea-blue",
"/wcag/sea-blue",
"/css/colors/sea-blue",
"/hex/006994",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
],
"semanticRelations": {
"broader": [
"/colors/by-family/blue",
"/colors/by-temperature/cool",
"/colors/by-tone/jewel-tone"
],
"narrower": [
"/palettes/sea-blue"
],
"related": [
"/colors/enamel-blue",
"/colors/safety-blue",
"/colors/cerulean",
"/colors/teal",
"/colors/peacock-teal",
"/compare/enamel-blue-vs-sea-blue",
"/compare/safety-blue-vs-sea-blue",
"/harmonies/sea-blue",
"/wcag/sea-blue",
"/css/colors/sea-blue",
"/hex/006994",
"/tools/css-gradient-generator",
"/tools/color-palette-generator",
"/tools/css-color-mixer",
"/tools/contrast-checker"
]
},
"pairings": {
"best": [
"#FFFFFF",
"#942A00",
"#009474",
"#002094"
],
"avoid": [
"#106384",
"#00ACF0"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#FFFFFF"
],
"lowContrast": [
"#00ACF0",
"#106384"
]
}
}