#00162C
A very dark, vivid neutral closely aligning with Black.
About #00162C
Visually, #00162C is defined as a vivid neutral. Its closest recognized web color is Black. This translates to an RGB value of rgb(0, 22, 44).
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 50% Magenta, 0% Yellow, and 83% Black. The HSL representation is 210.0° hue, 100.0% saturation, and 8.6% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00162C
RGB0, 22, 44
HSL210.0°, 100.0%, 8.6%
CMYK100%, 50%, 0%, 83%
HSV210.0°, 100.0%, 17.3%
LAB6.8, 1.0, -17.4
XYZ0.7, 0.8, 2.5
Decimal5676
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.24:1
Text on #FFFFFF
AAA
1.15:1
Text on #000000
FAIL
17.44:1
Text on #F8FAFC
AAA
1.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00162C;
}
.text-color {
color: #00162C;
}
.border-color {
border: 2px solid #00162C;
}