Ahoy! Blue
#0082a1
Looking for the precise values behind Ahoy! Blue (#0082a1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #0082a1 | |
|---|---|---|
| RGB | rgb(0, 130, 161) | |
| HSL | hsl(192, 100%, 32%) | |
| CMYK | cmyk(100%, 19%, 0%, 37%) | |
| LAB | lab(50, -22, -26) | |
| OKLCH | oklch(0.56 0.104 222) |
Color harmonies
Tints & shades
Code snippets
color: #0082a1;
background-color: #0082a1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF0082A1)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.51, blue: 0.63, alpha: 1.0)