#160F83
A dark, vivid blue closely aligning with Navy.
About #160F83
The hex code #160F83 represents a beautifully specific shade of blue. Its closest recognized web color is Navy. In the RGB color space, it consists of 22 red, 15 green, and 131 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 83% C, 89% M, 0% Y, and 49% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#160F83
RGB22, 15, 131
HSL243.6°, 79.5%, 28.6%
CMYK83%, 89%, 0%, 49%
HSV243.6°, 88.5%, 51.4%
LAB16.3, 43.1, -61.1
XYZ4.6, 2.2, 21.6
Decimal1445763
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.68:1
Text on #FFFFFF
AAA
1.43:1
Text on #000000
FAIL
14.03:1
Text on #F8FAFC
AAA
1.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160F83;
}
.text-color {
color: #160F83;
}
.border-color {
border: 2px solid #160F83;
}