Blue-Collar
#005f7a
Blue-Collar, represented by the hex value #005f7a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #005f7a | |
|---|---|---|
| RGB | rgb(0, 95, 122) | |
| HSL | hsl(193, 100%, 24%) | |
| CMYK | cmyk(100%, 22%, 0%, 52%) | |
| LAB | lab(37, -17, -22) | |
| OKLCH | oklch(0.45 0.086 226) |
Color harmonies
Tints & shades
Code snippets
color: #005f7a;
background-color: #005f7a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF005F7A)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.37, blue: 0.48, alpha: 1.0)