Storm
#000b44
Looking for the precise values behind Storm (#000b44)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #000b44 | |
|---|---|---|
| RGB | rgb(0, 11, 68) | |
| HSL | hsl(230, 100%, 13%) | |
| CMYK | cmyk(100%, 84%, 0%, 73%) | |
| LAB | lab(5, 15, -37) | |
| OKLCH | oklch(0.2 0.107 264) |
Color harmonies
Tints & shades
Code snippets
color: #000b44;
background-color: #000b44;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF000B44)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.04, blue: 0.27, alpha: 1.0)