#1D07B6
A dark, vivid blue closely aligning with Mediumblue.
About #1D07B6
Visually, #1D07B6 is defined as a vivid blue. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(29, 7, 182).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 84% cyan, 96% magenta, 0% yellow, and 29% black. The HSL representation is 247.5° hue, 92.6% saturation, and 37.1% 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#1D07B6
RGB29, 7, 182
HSL247.5°, 92.6%, 37.1%
CMYK84%, 96%, 0%, 29%
HSV247.5°, 96.2%, 71.4%
LAB23.0, 60.2, -81.3
XYZ9.0, 3.8, 44.5
Decimal1902518
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.94:1
Text on #FFFFFF
AAA
1.76:1
Text on #000000
FAIL
11.42:1
Text on #F8FAFC
AAA
1.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D07B6;
}
.text-color {
color: #1D07B6;
}
.border-color {
border: 2px solid #1D07B6;
}