Blue Velvet
#0d6183
Looking for the precise values behind Blue Velvet (#0d6183)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #0d6183 | |
|---|---|---|
| RGB | rgb(13, 97, 131) | |
| HSL | hsl(197, 82%, 28%) | |
| CMYK | cmyk(90%, 26%, 0%, 49%) | |
| LAB | lab(38, -14, -26) | |
| OKLCH | oklch(0.46 0.091 232) |
Color harmonies
Tints & shades
Code snippets
color: #0d6183;
background-color: #0d6183;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF0D6183)
/* Swift / UIKit */
UIColor(red: 0.05, green: 0.38, blue: 0.51, alpha: 1.0)