#07077C
A dark, vivid blue closely aligning with Navy.
About #07077C
When working with digital screens, the color #07077C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Navy. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 7, and 124.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 94% C, 94% M, 0% Y, and 51% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07077C
RGB7, 7, 124
HSL240.0°, 89.3%, 25.7%
CMYK94%, 94%, 0%, 51%
HSV240.0°, 94.4%, 48.6%
LAB13.5, 43.6, -61.2
XYZ3.8, 1.7, 19.2
Decimal460668
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.78:1
Text on #FFFFFF
AAA
1.33:1
Text on #000000
FAIL
15.09:1
Text on #F8FAFC
AAA
1.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07077C;
}
.text-color {
color: #07077C;
}
.border-color {
border: 2px solid #07077C;
}