#0F49AF
A dark, vivid blue closely aligning with Royalblue.
About #0F49AF
The hex code #0F49AF represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Royalblue. Its digital footprint relies on 15 parts red, 73 parts green, and 175 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 91% Cyan, 58% Magenta, 0% Yellow, and 31% Black. With a hue angle of 218.3 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#0F49AF
RGB15, 73, 175
HSL218.3°, 84.2%, 37.3%
CMYK91%, 58%, 0%, 31%
HSV218.3°, 91.4%, 68.6%
LAB33.9, 23.4, -59.0
XYZ10.3, 8.0, 41.6
Decimal1001903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.10:1
Text on #FFFFFF
AAA
2.59:1
Text on #000000
FAIL
7.74:1
Text on #F8FAFC
AAA
2.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F49AF;
}
.text-color {
color: #0F49AF;
}
.border-color {
border: 2px solid #0F49AF;
}