#002C57
A very dark, vivid blue closely aligning with Darkslateblue.
About #002C57
The precise color #002C57 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(0, 44, 87).
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 49% Magenta, 0% Yellow, and 66% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#002C57
RGB0, 44, 87
HSL209.7°, 100.0%, 17.1%
CMYK100%, 49%, 0%, 66%
HSV209.7°, 100.0%, 34.1%
LAB17.9, 5.1, -29.9
XYZ2.6, 2.5, 9.4
Decimal11351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.02:1
Text on #FFFFFF
AAA
1.50:1
Text on #000000
FAIL
13.40:1
Text on #F8FAFC
AAA
1.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #002C57;
}
.text-color {
color: #002C57;
}
.border-color {
border: 2px solid #002C57;
}