#160FAF
A dark, vivid blue closely aligning with Darkblue.
About #160FAF
The hex code #160FAF represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkblue. In the RGB color space, it consists of 22 red, 15 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 87% Cyan, 91% Magenta, 0% Yellow, and 31% Black. With a hue angle of 242.6 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#160FAF
RGB22, 15, 175
HSL242.6°, 84.2%, 37.3%
CMYK87%, 91%, 0%, 31%
HSV242.6°, 91.4%, 68.6%
LAB22.3, 56.1, -78.1
XYZ8.2, 3.6, 40.8
Decimal1445807
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.20:1
Text on #FFFFFF
AAA
1.72:1
Text on #000000
FAIL
11.66:1
Text on #F8FAFC
AAA
1.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160FAF;
}
.text-color {
color: #160FAF;
}
.border-color {
border: 2px solid #160FAF;
}