#0F1D5F
A dark, vivid blue closely aligning with Midnightblue.
About #0F1D5F
When working with digital screens, the color #0F1D5F is rendered by mixing light. Its closest recognized web color is Midnightblue. This translates to an RGB value of rgb(15, 29, 95).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 84% C, 69% M, 0% Y, and 63% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F1D5F
RGB15, 29, 95
HSL229.5°, 72.7%, 21.6%
CMYK84%, 69%, 0%, 63%
HSV229.5°, 84.2%, 37.3%
LAB14.4, 21.4, -40.8
XYZ2.7, 1.8, 11.0
Decimal990559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.43:1
Text on #FFFFFF
AAA
1.36:1
Text on #000000
FAIL
14.74:1
Text on #F8FAFC
AAA
1.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F1D5F;
}
.text-color {
color: #0F1D5F;
}
.border-color {
border: 2px solid #0F1D5F;
}