Prussian Blue (Blue)
#012932
RGB: 1, 41, 50
Color OverviewHEX #012932

#012932 Color Code Information

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

HEX
#012932
RGB
1, 41, 50
HSL
191°, 96%, 10%
HSV
191°, 98%, 20%
CMYK
98%, 18%, 0%, 80%
Name Match
Prussian Blue
Closest Standard

Shades of #012932 (Darker Variations)

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

Tints of #012932 (Lighter Variations)

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

Tones of #012932 (Muted Variations)

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

Color Harmonies for #012932

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 #012932 Background
Contrast Ratio against Pure White (#FFFFFF):15.39 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #012932 Background
Contrast Ratio against Pure Black (#000000):1.36 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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