#070049
A very dark, vivid blue closely aligning with Midnightblue.
About #070049
Visually, #070049 is defined as a vivid blue. It is closely associated with the named CSS color Midnightblue. This translates to an RGB value of rgb(7, 0, 73).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 90% C, 100% M, 0% Y, and 71% K. The HSL representation is 245.8° hue, 100.0% saturation, and 14.3% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#070049
RGB7, 0, 73
HSL245.8°, 100.0%, 14.3%
CMYK90%, 100%, 0%, 71%
HSV245.8°, 100.0%, 28.6%
LAB4.8, 29.8, -41.7
XYZ1.3, 0.5, 6.3
Decimal458825
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.00:1
Text on #FFFFFF
AAA
1.11:1
Text on #000000
FAIL
18.16:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070049;
}
.text-color {
color: #070049;
}
.border-color {
border: 2px solid #070049;
}