#160F33
A very dark, moderate blue closely aligning with Black.
About #160F33
At its core, #160F33 is a very dark and moderate hue. Its closest recognized web color is Black. In the RGB color space, it consists of 22 red, 15 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 57% cyan, 71% magenta, 0% yellow, and 80% black. The HSL representation is 251.7° hue, 54.5% saturation, and 12.9% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#160F33
RGB22, 15, 51
HSL251.7°, 54.5%, 12.9%
CMYK57%, 71%, 0%, 80%
HSV251.7°, 70.6%, 20.0%
LAB6.8, 14.9, -22.6
XYZ1.1, 0.8, 3.2
Decimal1445683
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.26:1
Text on #FFFFFF
AAA
1.15:1
Text on #000000
FAIL
17.45:1
Text on #F8FAFC
AAA
1.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160F33;
}
.text-color {
color: #160F33;
}
.border-color {
border: 2px solid #160F33;
}