#160799
A dark, vivid blue closely aligning with Darkblue.
About #160799
When working with digital screens, the color #160799 is rendered by mixing light. It is closely associated with the named CSS color Darkblue. This translates to an RGB value of rgb(22, 7, 153).
Translating this color to physical media requires the CMYK color model. The color uses 86% Cyan, 95% Magenta, 0% Yellow, and 40% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#160799
RGB22, 7, 153
HSL246.2°, 91.2%, 31.4%
CMYK86%, 95%, 0%, 40%
HSV246.2°, 95.4%, 60.0%
LAB18.5, 52.3, -71.2
XYZ6.2, 2.6, 30.3
Decimal1443737
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.78:1
Text on #FFFFFF
AAA
1.52:1
Text on #000000
FAIL
13.17:1
Text on #F8FAFC
AAA
1.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160799;
}
.text-color {
color: #160799;
}
.border-color {
border: 2px solid #160799;
}