Subnautical
#012253
Subnautical, represented by the hex value #012253, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #012253 | |
|---|---|---|
| RGB | rgb(1, 34, 83) | |
| HSL | hsl(216, 98%, 16%) | |
| CMYK | cmyk(99%, 59%, 0%, 67%) | |
| LAB | lab(14, 6, -34) | |
| OKLCH | oklch(0.26 0.097 258) |
Color harmonies
Tints & shades
Code snippets
color: #012253;
background-color: #012253;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF012253)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.13, blue: 0.33, alpha: 1.0)