#1D07AF
A dark, vivid blue closely aligning with Darkblue.
About #1D07AF
Visually, #1D07AF is defined as a vivid blue. Its closest recognized web color is Darkblue. Its digital footprint relies on 29 parts red, 7 parts green, and 175 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 83% cyan and 96% magenta inks. With a hue angle of 247.9 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D07AF
RGB29, 7, 175
HSL247.9°, 92.3%, 35.7%
CMYK83%, 96%, 0%, 31%
HSV247.9°, 96.0%, 68.6%
LAB22.0, 58.3, -78.7
XYZ8.3, 3.5, 40.8
Decimal1902511
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.34:1
Text on #FFFFFF
AAA
1.70:1
Text on #000000
FAIL
11.80:1
Text on #F8FAFC
AAA
1.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D07AF;
}
.text-color {
color: #1D07AF;
}
.border-color {
border: 2px solid #1D07AF;
}