#07008A
A dark, vivid blue closely aligning with Darkblue.
About #07008A
At its core, #07008A is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkblue. This translates to an RGB value of rgb(7, 0, 138).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 95% C, 100% M, 0% Y, and 46% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07008A
RGB7, 0, 138
HSL243.0°, 100.0%, 27.1%
CMYK95%, 100%, 0%, 46%
HSV243.0°, 100.0%, 54.1%
LAB14.8, 50.2, -67.9
XYZ4.7, 1.9, 24.2
Decimal458890
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.26:1
Text on #FFFFFF
AAA
1.38:1
Text on #000000
FAIL
14.59:1
Text on #F8FAFC
AAA
1.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07008A;
}
.text-color {
color: #07008A;
}
.border-color {
border: 2px solid #07008A;
}