#160F75
A dark, vivid blue closely aligning with Midnightblue.
About #160F75
At its core, #160F75 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Midnightblue. This translates to an RGB value of rgb(22, 15, 117).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 81% C, 87% M, 0% Y, and 54% K. The HSL representation is 244.1° hue, 77.3% saturation, and 25.9% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#160F75
RGB22, 15, 117
HSL244.1°, 77.3%, 25.9%
CMYK81%, 87%, 0%, 54%
HSV244.1°, 87.2%, 45.9%
LAB14.4, 38.7, -55.3
XYZ3.7, 1.8, 17.0
Decimal1445749
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.45:1
Text on #FFFFFF
AAA
1.36:1
Text on #000000
FAIL
14.77:1
Text on #F8FAFC
AAA
1.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160F75;
}
.text-color {
color: #160F75;
}
.border-color {
border: 2px solid #160F75;
}