#070075
A dark, vivid blue closely aligning with Navy.
About #070075
The precise color #070075 is an excellent choice for modern design projects. It is closely associated with the named CSS color Navy. Its digital footprint relies on 7 parts red, 0 parts green, and 117 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 94% cyan, 100% magenta, 0% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#070075
RGB7, 0, 117
HSL243.6°, 100.0%, 22.9%
CMYK94%, 100%, 0%, 54%
HSV243.6°, 100.0%, 45.9%
LAB11.5, 44.6, -60.1
XYZ3.3, 1.3, 16.9
Decimal458869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.59:1
Text on #FFFFFF
AAA
1.27:1
Text on #000000
FAIL
15.86:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070075;
}
.text-color {
color: #070075;
}
.border-color {
border: 2px solid #070075;
}