Munsell Blue
#0093af
Munsell Blue, represented by the hex value #0093af, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #0093af | |
|---|---|---|
| RGB | rgb(0, 147, 175) | |
| HSL | hsl(190, 100%, 34%) | |
| CMYK | cmyk(100%, 16%, 0%, 31%) | |
| LAB | lab(56, -26, -25) | |
| OKLCH | oklch(0.61 0.11 218) |
Color harmonies
Tints & shades
Code snippets
color: #0093af;
background-color: #0093af;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF0093AF)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.58, blue: 0.69, alpha: 1.0)