#0F3349
A very dark, moderate blue closely aligning with Darkslategray.
About #0F3349
At its core, #0F3349 is a very dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkslategray. This translates to an RGB value of rgb(15, 51, 73).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 79% cyan, 30% magenta, 0% yellow, and 71% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F3349
RGB15, 51, 73
HSL202.8°, 65.9%, 17.3%
CMYK79%, 30%, 0%, 71%
HSV202.8°, 79.5%, 28.6%
LAB19.8, -4.2, -17.3
XYZ2.6, 3.0, 6.7
Decimal996169
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.21:1
Text on #FFFFFF
AAA
1.59:1
Text on #000000
FAIL
12.62:1
Text on #F8FAFC
AAA
1.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F3349;
}
.text-color {
color: #0F3349;
}
.border-color {
border: 2px solid #0F3349;
}