#070033
A very dark, vivid blue closely aligning with Midnightblue.
About #070033
When working with digital screens, the color #070033 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Midnightblue. This translates to an RGB value of rgb(7, 0, 51).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 86% C, 100% M, 0% Y, and 80% K. With a hue angle of 248.2 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#070033
RGB7, 0, 51
HSL248.2°, 100.0%, 10.0%
CMYK86%, 100%, 0%, 80%
HSV248.2°, 100.0%, 20.0%
LAB2.6, 17.0, -29.4
XYZ0.7, 0.3, 3.2
Decimal458803
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.87:1
Text on #FFFFFF
AAA
1.06:1
Text on #000000
FAIL
18.99:1
Text on #F8FAFC
AAA
1.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070033;
}
.text-color {
color: #070033;
}
.border-color {
border: 2px solid #070033;
}