Space Colonisation
#150f5b
Space Colonisation, represented by the hex value #150f5b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #150f5b | |
|---|---|---|
| RGB | rgb(21, 15, 91) | |
| HSL | hsl(245, 72%, 21%) | |
| CMYK | cmyk(77%, 84%, 0%, 64%) | |
| LAB | lab(10, 25, -45) | |
| OKLCH | oklch(0.25 0.127 275) |
Color harmonies
Tints & shades
Code snippets
color: #150f5b;
background-color: #150f5b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF150F5B)
/* Swift / UIKit */
UIColor(red: 0.08, green: 0.06, blue: 0.36, alpha: 1.0)