Bleu Ciel
#007ba1
Bleu Ciel, represented by the hex value #007ba1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #007ba1 | |
|---|---|---|
| RGB | rgb(0, 123, 161) | |
| HSL | hsl(194, 100%, 32%) | |
| CMYK | cmyk(100%, 24%, 0%, 37%) | |
| LAB | lab(47, -19, -29) | |
| OKLCH | oklch(0.54 0.107 229) |
Color harmonies
Tints & shades
Code snippets
color: #007ba1;
background-color: #007ba1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF007BA1)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.48, blue: 0.63, alpha: 1.0)