#070083
A dark, vivid blue closely aligning with Navy.
About #070083
Visually, #070083 is defined as a vivid blue. It is closely associated with the named CSS color Navy. In the RGB color space, it consists of 7 red, 0 green, and 131 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 95% cyan and 100% magenta inks. The HSL representation is 243.2° hue, 100.0% saturation, and 25.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#070083
RGB7, 0, 131
HSL243.2°, 100.0%, 25.7%
CMYK95%, 100%, 0%, 49%
HSV243.2°, 100.0%, 51.4%
LAB13.7, 48.4, -65.3
XYZ4.2, 1.7, 21.6
Decimal458883
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.71:1
Text on #FFFFFF
AAA
1.34:1
Text on #000000
FAIL
15.01:1
Text on #F8FAFC
AAA
1.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070083;
}
.text-color {
color: #070083;
}
.border-color {
border: 2px solid #070083;
}