Grand Bleu
#015482
Looking for the precise values behind Grand Bleu (#015482)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #015482 | |
|---|---|---|
| RGB | rgb(1, 84, 130) | |
| HSL | hsl(201, 98%, 26%) | |
| CMYK | cmyk(99%, 35%, 0%, 49%) | |
| LAB | lab(33, -8, -33) | |
| OKLCH | oklch(0.43 0.102 243) |
Color harmonies
Tints & shades
Code snippets
color: #015482;
background-color: #015482;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF015482)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.33, blue: 0.51, alpha: 1.0)