#160F8A
A dark, vivid blue closely aligning with Navy.
About #160F8A
Visually, #160F8A is defined as a vivid blue. Designers often compare it to the standard color Navy. This translates to an RGB value of rgb(22, 15, 138).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 84% cyan and 89% magenta inks. The HSL representation is 243.4° hue, 80.4% saturation, and 30.0% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#160F8A
RGB22, 15, 138
HSL243.4°, 80.4%, 30.0%
CMYK84%, 89%, 0%, 46%
HSV243.4°, 89.1%, 54.1%
LAB17.2, 45.3, -63.9
XYZ5.1, 2.3, 24.2
Decimal1445770
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.29:1
Text on #FFFFFF
AAA
1.47:1
Text on #000000
FAIL
13.66:1
Text on #F8FAFC
AAA
1.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160F8A;
}
.text-color {
color: #160F8A;
}
.border-color {
border: 2px solid #160F8A;
}