#0007A8
A dark, vivid blue closely aligning with Darkblue.
About #0007A8
The hex code #0007A8 represents a beautifully specific shade of blue. Its closest recognized web color is Darkblue. This translates to an RGB value of rgb(0, 7, 168).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 96% M, 0% Y, and 34% K. With a hue angle of 237.5 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0007A8
RGB0, 7, 168
HSL237.5°, 100.0%, 32.9%
CMYK100%, 96%, 0%, 34%
HSV237.5°, 100.0%, 65.9%
LAB20.0, 56.0, -77.9
XYZ7.1, 3.0, 37.2
Decimal1960
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.16:1
Text on #FFFFFF
AAA
1.60:1
Text on #000000
FAIL
12.58:1
Text on #F8FAFC
AAA
1.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0007A8;
}
.text-color {
color: #0007A8;
}
.border-color {
border: 2px solid #0007A8;
}