#1D0F83
A dark, vivid blue closely aligning with Navy.
About #1D0F83
When working with digital screens, the color #1D0F83 is rendered by mixing light. It is closely associated with the named CSS color Navy. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 15, and 131.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 78% Cyan, 89% Magenta, 0% Yellow, and 49% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D0F83
RGB29, 15, 131
HSL247.2°, 79.5%, 28.6%
CMYK78%, 89%, 0%, 49%
HSV247.2°, 88.5%, 51.4%
LAB16.7, 43.5, -60.3
XYZ4.8, 2.2, 21.7
Decimal1904515
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.50:1
Text on #FFFFFF
AAA
1.45:1
Text on #000000
FAIL
13.86:1
Text on #F8FAFC
AAA
1.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0F83;
}
.text-color {
color: #1D0F83;
}
.border-color {
border: 2px solid #1D0F83;
}