Blue Hour
#0034ab
Looking for the precise values behind Blue Hour (#0034ab)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #0034ab | |
|---|---|---|
| RGB | rgb(0, 52, 171) | |
| HSL | hsl(222, 100%, 34%) | |
| CMYK | cmyk(100%, 70%, 0%, 33%) | |
| LAB | lab(27, 27, -68) | |
| OKLCH | oklch(0.39 0.195 263) |
Color harmonies
Tints & shades
Code snippets
color: #0034ab;
background-color: #0034ab;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF0034AB)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.20, blue: 0.67, alpha: 1.0)