#00076D
A dark, vivid blue closely aligning with Midnightblue.
About #00076D
At its core, #00076D is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Midnightblue. Its digital footprint relies on 0 parts red, 7 parts green, and 109 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 94% M, 0% Y, and 57% K. With a hue angle of 236.1 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00076D
RGB0, 7, 109
HSL236.1°, 100.0%, 21.4%
CMYK100%, 94%, 0%, 57%
HSV236.1°, 100.0%, 42.7%
LAB11.0, 38.9, -55.8
XYZ2.8, 1.3, 14.6
Decimal1901
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.78:1
Text on #FFFFFF
AAA
1.25:1
Text on #000000
FAIL
16.04:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00076D;
}
.text-color {
color: #00076D;
}
.border-color {
border: 2px solid #00076D;
}