#0749AF
A dark, vivid blue closely aligning with Royalblue.
About #0749AF
At its core, #0749AF is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 73, and 175.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 96% C, 58% M, 0% Y, and 31% K. The HSL representation is 216.4° hue, 92.3% saturation, and 35.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0749AF
RGB7, 73, 175
HSL216.4°, 92.3%, 35.7%
CMYK96%, 58%, 0%, 31%
HSV216.4°, 96.0%, 68.6%
LAB33.8, 23.1, -59.2
XYZ10.2, 7.9, 41.5
Decimal477615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.14:1
Text on #FFFFFF
AAA
2.58:1
Text on #000000
FAIL
7.78:1
Text on #F8FAFC
AAA
2.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0749AF;
}
.text-color {
color: #0749AF;
}
.border-color {
border: 2px solid #0749AF;
}