#160075
A dark, vivid blue closely aligning with Navy.
About #160075
Visually, #160075 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Navy. This translates to an RGB value of rgb(22, 0, 117).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 81% C, 100% M, 0% Y, and 54% K. The HSL representation is 251.3° hue, 100.0% saturation, and 22.9% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#160075
RGB22, 0, 117
HSL251.3°, 100.0%, 22.9%
CMYK81%, 100%, 0%, 54%
HSV251.3°, 100.0%, 45.9%
LAB12.3, 44.9, -58.7
XYZ3.5, 1.5, 16.9
Decimal1441909
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.27:1
Text on #FFFFFF
AAA
1.29:1
Text on #000000
FAIL
15.55:1
Text on #F8FAFC
AAA
1.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160075;
}
.text-color {
color: #160075;
}
.border-color {
border: 2px solid #160075;
}