#0700A0
A dark, vivid blue closely aligning with Darkblue.
About #0700A0
At its core, #0700A0 is a dark and vivid hue. It is closely associated with the named CSS color Darkblue. Its digital footprint relies on 7 parts red, 0 parts green, and 160 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 96% cyan, 100% magenta, 0% yellow, and 37% black. With a hue angle of 242.6 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0700A0
RGB7, 0, 160
HSL242.6°, 100.0%, 31.4%
CMYK96%, 100%, 0%, 37%
HSV242.6°, 100.0%, 62.7%
LAB18.3, 56.0, -75.8
XYZ6.4, 2.6, 33.4
Decimal458912
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.85:1
Text on #FFFFFF
AAA
1.52:1
Text on #000000
FAIL
13.23:1
Text on #F8FAFC
AAA
1.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0700A0;
}
.text-color {
color: #0700A0;
}
.border-color {
border: 2px solid #0700A0;
}