#0E17A3
A dark, vivid blue closely aligning with Darkblue.
About #0E17A3
The hex code #0E17A3 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkblue. In the RGB color space, it consists of 14 red, 23 green, and 163 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 91% cyan, 86% magenta, 0% yellow, and 36% 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. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0E17A3
RGB14, 23, 163
HSL236.4°, 84.2%, 34.7%
CMYK91%, 86%, 0%, 36%
HSV236.4°, 91.4%, 63.9%
LAB21.4, 49.4, -72.4
XYZ7.1, 3.4, 34.9
Decimal923555
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.57:1
Text on #FFFFFF
AAA
1.67:1
Text on #000000
FAIL
12.02:1
Text on #F8FAFC
AAA
1.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0E17A3;
}
.text-color {
color: #0E17A3;
}
.border-color {
border: 2px solid #0E17A3;
}