#0F1DAF
A dark, vivid blue closely aligning with Darkblue.
About #0F1DAF
At its core, #0F1DAF is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 29, and 175.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 91% Cyan, 83% Magenta, 0% Yellow, and 31% Black. The HSL representation is 234.8° hue, 84.2% saturation, and 37.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F1DAF
RGB15, 29, 175
HSL234.8°, 84.2%, 37.3%
CMYK91%, 83%, 0%, 31%
HSV234.8°, 91.4%, 68.6%
LAB23.9, 50.4, -75.5
XYZ8.4, 4.1, 40.9
Decimal990639
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.57:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.06:1
Text on #F8FAFC
AAA
1.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F1DAF;
}
.text-color {
color: #0F1DAF;
}
.border-color {
border: 2px solid #0F1DAF;
}