#0F1D66
A dark, vivid blue closely aligning with Midnightblue.
About #0F1D66
When working with digital screens, the color #0F1D66 is rendered by mixing light. Designers often compare it to the standard color Midnightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 29, and 102.
Translating this color to physical media requires the CMYK color model. The color uses 85% Cyan, 72% Magenta, 0% Yellow, and 60% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#0F1D66
RGB15, 29, 102
HSL230.3°, 74.4%, 22.9%
CMYK85%, 72%, 0%, 60%
HSV230.3°, 85.3%, 40.0%
LAB15.2, 24.3, -44.2
XYZ3.0, 1.9, 12.8
Decimal990566
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.13:1
Text on #FFFFFF
AAA
1.39:1
Text on #000000
FAIL
14.46:1
Text on #F8FAFC
AAA
1.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F1D66;
}
.text-color {
color: #0F1D66;
}
.border-color {
border: 2px solid #0F1D66;
}