#07076D
A dark, vivid blue closely aligning with Midnightblue.
About #07076D
At its core, #07076D is a dark and vivid hue. Its closest recognized web color is Midnightblue. Its digital footprint relies on 7 parts red, 7 parts green, and 109 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 94% Cyan, 94% Magenta, 0% Yellow, and 57% Black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07076D
RGB7, 7, 109
HSL240.0°, 87.9%, 22.7%
CMYK94%, 94%, 0%, 57%
HSV240.0°, 93.6%, 42.7%
LAB11.3, 39.1, -55.2
XYZ2.9, 1.3, 14.6
Decimal460653
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.66:1
Text on #FFFFFF
AAA
1.26:1
Text on #000000
FAIL
15.93:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07076D;
}
.text-color {
color: #07076D;
}
.border-color {
border: 2px solid #07076D;
}