#160775
A dark, vivid blue closely aligning with Navy.
About #160775
Visually, #160775 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Navy. Its digital footprint relies on 22 parts red, 7 parts green, and 117 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 81% C, 94% M, 0% Y, and 54% K. This makes it a relatively dark color when applied to physical surfaces.
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#160775
RGB22, 7, 117
HSL248.2°, 88.7%, 24.3%
CMYK81%, 94%, 0%, 54%
HSV248.2°, 94.0%, 45.9%
LAB13.3, 42.0, -57.1
XYZ3.6, 1.6, 16.9
Decimal1443701
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.89:1
Text on #FFFFFF
AAA
1.32:1
Text on #000000
FAIL
15.19:1
Text on #F8FAFC
AAA
1.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160775;
}
.text-color {
color: #160775;
}
.border-color {
border: 2px solid #160775;
}