#161D92
A dark, vivid blue closely aligning with Navy.
About #161D92
The precise color #161D92 is an excellent choice for modern design projects. Designers often compare it to the standard color Navy. This translates to an RGB value of rgb(22, 29, 146).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 85% cyan, 80% magenta, 0% yellow, and 43% black. This makes it a relatively light 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#161D92
RGB22, 29, 146
HSL236.6°, 73.8%, 32.9%
CMYK85%, 80%, 0%, 43%
HSV236.6°, 84.9%, 57.3%
LAB20.5, 41.1, -63.4
XYZ6.0, 3.1, 27.5
Decimal1449362
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.92:1
Text on #FFFFFF
AAA
1.62:1
Text on #000000
FAIL
12.35:1
Text on #F8FAFC
AAA
1.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #161D92;
}
.text-color {
color: #161D92;
}
.border-color {
border: 2px solid #161D92;
}