#07078A
A dark, vivid blue closely aligning with Navy.
About #07078A
At its core, #07078A is a dark and vivid hue. It is closely associated with the named CSS color Navy. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 7, and 138.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 95% cyan, 95% magenta, 0% yellow, and 46% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07078A
RGB7, 7, 138
HSL240.0°, 90.3%, 28.4%
CMYK95%, 95%, 0%, 46%
HSV240.0°, 94.9%, 54.1%
LAB15.7, 47.7, -66.5
XYZ4.8, 2.0, 24.2
Decimal460682
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.93:1
Text on #FFFFFF
AAA
1.41:1
Text on #000000
FAIL
14.27:1
Text on #F8FAFC
AAA
1.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07078A;
}
.text-color {
color: #07078A;
}
.border-color {
border: 2px solid #07078A;
}