#00243A
A very dark, vivid blue closely aligning with Black.
About #00243A
The hex code #00243A represents a beautifully specific shade of blue. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(0, 36, 58).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 100% cyan and 38% magenta inks. With a hue angle of 202.8 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#00243A
RGB0, 36, 58
HSL202.8°, 100.0%, 11.4%
CMYK100%, 38%, 0%, 77%
HSV202.8°, 100.0%, 22.7%
LAB13.0, -2.7, -17.7
XYZ1.4, 1.6, 4.2
Decimal9274
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.99:1
Text on #FFFFFF
AAA
1.31:1
Text on #000000
FAIL
15.28:1
Text on #F8FAFC
AAA
1.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00243A;
}
.text-color {
color: #00243A;
}
.border-color {
border: 2px solid #00243A;
}