#160766
A dark, vivid blue closely aligning with Midnightblue.
About #160766
At its core, #160766 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, 7, 102).
Translating this color to physical media requires the CMYK color model. The color uses 78% Cyan, 93% Magenta, 0% Yellow, and 60% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#160766
RGB22, 7, 102
HSL249.5°, 87.2%, 21.4%
CMYK78%, 93%, 0%, 60%
HSV249.5°, 93.1%, 40.0%
LAB11.1, 37.5, -50.8
XYZ2.8, 1.3, 12.7
Decimal1443686
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.71:1
Text on #FFFFFF
AAA
1.26:1
Text on #000000
FAIL
15.98:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160766;
}
.text-color {
color: #160766;
}
.border-color {
border: 2px solid #160766;
}