Maritime Outpost
#1e4581
Looking for the precise values behind Maritime Outpost (#1e4581)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #1e4581 | |
|---|---|---|
| RGB | rgb(30, 69, 129) | |
| HSL | hsl(216, 62%, 31%) | |
| CMYK | cmyk(77%, 47%, 0%, 49%) | |
| LAB | lab(29, 4, -39) | |
| OKLCH | oklch(0.4 0.11 259) |
Color harmonies
Tints & shades
Code snippets
color: #1e4581;
background-color: #1e4581;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF1E4581)
/* Swift / UIKit */
UIColor(red: 0.12, green: 0.27, blue: 0.51, alpha: 1.0)