Blue Fjord
#007290
Looking for the precise values behind Blue Fjord (#007290)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #007290 | |
|---|---|---|
| RGB | rgb(0, 114, 144) | |
| HSL | hsl(192, 100%, 28%) | |
| CMYK | cmyk(100%, 21%, 0%, 44%) | |
| LAB | lab(44, -20, -25) | |
| OKLCH | oklch(0.51 0.097 224) |
Color harmonies
Tints & shades
Code snippets
color: #007290;
background-color: #007290;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF007290)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.45, blue: 0.56, alpha: 1.0)