Prussian Blue (Blue)
#02194B
RGB: 2, 25, 75
Color OverviewHEX #02194B

#02194B Color Code Information

In the RGB color space, #02194B is composed of 1% red, 10% green, and 29% blue. In the HSL color space, it has a hue of 221°, saturation of 95%, and lightness of 15%.

HEX
#02194B
RGB
2, 25, 75
HSL
221°, 95%, 15%
HSV
221°, 97%, 29%
CMYK
97%, 67%, 0%, 71%
Name Match
Prussian Blue
Closest Standard

Shades of #02194B (Darker Variations)

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

Tints of #02194B (Lighter Variations)

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

Tones of #02194B (Muted Variations)

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

Color Harmonies for #02194B

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

Developer Code Snippets & Tailwind CSS

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

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