#07168A
A dark, vivid blue closely aligning with Navy.
About #07168A
The hex code #07168A represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Navy. In the RGB color space, it consists of 7 red, 22 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 95% cyan, 84% magenta, 0% yellow, and 46% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07168A
RGB7, 22, 138
HSL233.1°, 90.3%, 28.4%
CMYK95%, 84%, 0%, 46%
HSV233.1°, 94.9%, 54.1%
LAB17.7, 41.6, -63.1
XYZ5.0, 2.5, 24.3
Decimal464522
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.09:1
Text on #FFFFFF
AAA
1.49:1
Text on #000000
FAIL
13.46:1
Text on #F8FAFC
AAA
1.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07168A;
}
.text-color {
color: #07168A;
}
.border-color {
border: 2px solid #07168A;
}