#070792
A dark, vivid blue closely aligning with Darkblue.
About #070792
At its core, #070792 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 7, and 146.
For print applications, it's crucial to understand its CMYK makeup. The color uses 95% Cyan, 95% Magenta, 0% Yellow, and 43% Black. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#070792
RGB7, 7, 146
HSL240.0°, 90.8%, 30.0%
CMYK95%, 95%, 0%, 43%
HSV240.0°, 95.2%, 57.3%
LAB16.9, 50.0, -69.5
XYZ5.4, 2.3, 27.4
Decimal460690
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.44:1
Text on #FFFFFF
AAA
1.45:1
Text on #000000
FAIL
13.80:1
Text on #F8FAFC
AAA
1.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070792;
}
.text-color {
color: #070792;
}
.border-color {
border: 2px solid #070792;
}