#00075F
A very dark, vivid blue closely aligning with Midnightblue.
About #00075F
At its core, #00075F is a very dark and vivid hue. Designers often compare it to the standard color Midnightblue. This translates to an RGB value of rgb(0, 7, 95).
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 93% Magenta, 0% Yellow, and 63% Black. With a hue angle of 235.6 degrees, it sits comfortably in the blue spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00075F
RGB0, 7, 95
HSL235.6°, 100.0%, 18.6%
CMYK100%, 93%, 0%, 63%
HSV235.6°, 100.0%, 37.3%
LAB8.8, 34.3, -50.1
XYZ2.1, 1.0, 10.9
Decimal1887
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.56:1
Text on #FFFFFF
AAA
1.20:1
Text on #000000
FAIL
16.79:1
Text on #F8FAFC
AAA
1.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #00075F;
}
.text-color {
color: #00075F;
}
.border-color {
border: 2px solid #00075F;
}