True Blue
#010fcc
True Blue, represented by the hex value #010fcc, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #010fcc | |
|---|---|---|
| RGB | rgb(1, 15, 204) | |
| HSL | hsl(236, 99%, 40%) | |
| CMYK | cmyk(100%, 93%, 0%, 20%) | |
| LAB | lab(24, 54, -93) | |
| OKLCH | oklch(0.39 0.26 264) |
Color harmonies
Tints & shades
Code snippets
color: #010fcc;
background-color: #010fcc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF010FCC)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.06, blue: 0.80, alpha: 1.0)