Navy (Blue)
#0F12AE
RGB: 15, 18, 174
Color OverviewHEX #0F12AE
#0F12AE Color Code Information
In the RGB color space, #0F12AE is composed of 6% red, 7% green, and 68% blue. In the HSL color space, it has a hue of 239°, saturation of 84%, and lightness of 37%.
HEX
#0F12AE
RGB
15, 18, 174
HSL
239°, 84%, 37%
HSV
239°, 91%, 68%
CMYK
91%, 90%, 0%, 32%
Name Match
Navy
Closest StandardShades of #0F12AE (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #0F12AE (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #0F12AE (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #0F12AE
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #0F12AE Background
Contrast Ratio against Pure White (#FFFFFF):12.22 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #0F12AE Background
Contrast Ratio against Pure Black (#000000):1.72 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #0F12AE;
}
.element {
color: #0F12AE;
background-color: #0F12AE;
border-color: #0F12AE;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#0F12AE] text-[#0F12AE] border-[#0F12AE]"> Content styled with #0F12AE </div>