#160FA8
A dark, vivid blue closely aligning with Darkblue.
About #160FA8
The hex code #160FA8 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkblue. This translates to an RGB value of rgb(22, 15, 168).
Translating this color to physical media requires the CMYK color model. The color uses 87% Cyan, 91% Magenta, 0% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
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#160FA8
RGB22, 15, 168
HSL242.7°, 83.6%, 35.9%
CMYK87%, 91%, 0%, 34%
HSV242.7°, 91.1%, 65.9%
LAB21.4, 54.1, -75.5
XYZ7.6, 3.3, 37.3
Decimal1445800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.59:1
Text on #FFFFFF
AAA
1.67:1
Text on #000000
FAIL
12.03:1
Text on #F8FAFC
AAA
1.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160FA8;
}
.text-color {
color: #160FA8;
}
.border-color {
border: 2px solid #160FA8;
}