20000 Leagues Under the Sea
#191970
20000 Leagues Under the Sea is a color with the hex code #191970. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #191970 | |
|---|---|---|
| RGB | rgb(25, 25, 112) | |
| HSL | hsl(240, 64%, 27%) | |
| CMYK | cmyk(78%, 78%, 0%, 56%) | |
| LAB | lab(15, 26, -51) | |
| OKLCH | oklch(0.29 0.144 273) |
Color harmonies
Tints & shades
Code snippets
color: #191970;
background-color: #191970;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF191970)
/* Swift / UIKit */
UIColor(red: 0.10, green: 0.10, blue: 0.44, alpha: 1.0)