Prussian Blue (Blue)
#012B32
RGB: 1, 43, 50
Color OverviewHEX #012B32

#012B32 Color Code Information

In the RGB color space, #012B32 is composed of 0% red, 17% green, and 20% blue. In the HSL color space, it has a hue of 189°, saturation of 96%, and lightness of 10%.

HEX
#012B32
RGB
1, 43, 50
HSL
189°, 96%, 10%
HSV
189°, 98%, 20%
CMYK
98%, 14%, 0%, 80%
Name Match
Prussian Blue
Closest Standard

Shades of #012B32 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #012B32 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #012B32 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #012B32

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #012B32 Background
Contrast Ratio against Pure White (#FFFFFF):15.08 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #012B32 Background
Contrast Ratio against Pure Black (#000000):1.39 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #012B32;
}

.element {
  color: #012B32;
  background-color: #012B32;
  border-color: #012B32;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#012B32] text-[#012B32] border-[#012B32]">
  Content styled with #012B32
</div>