Aegean Blue
#1b416f
Looking for the precise values behind Aegean Blue (#1b416f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #1b416f | |
|---|---|---|
| RGB | rgb(27, 65, 111) | |
| HSL | hsl(213, 61%, 27%) | |
| CMYK | cmyk(76%, 41%, 0%, 56%) | |
| LAB | lab(27, 0, -31) | |
| OKLCH | oklch(0.37 0.09 255) |
Color harmonies
Tints & shades
Code snippets
color: #1b416f;
background-color: #1b416f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF1B416F)
/* Swift / UIKit */
UIColor(red: 0.11, green: 0.25, blue: 0.44, alpha: 1.0)