Dark Galaxy
#0018a8
Looking for the precise values behind Dark Galaxy (#0018a8)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #0018a8 | |
|---|---|---|
| RGB | rgb(0, 24, 168) | |
| HSL | hsl(231, 100%, 33%) | |
| CMYK | cmyk(100%, 86%, 0%, 34%) | |
| LAB | lab(20, 42, -77) | |
| OKLCH | oklch(0.35 0.217 264) |
Color harmonies
Tints & shades
Code snippets
color: #0018a8;
background-color: #0018a8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF0018A8)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.09, blue: 0.66, alpha: 1.0)