Tardis Blue
#003b6f
Tardis Blue, represented by the hex value #003b6f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #003b6f | |
|---|---|---|
| RGB | rgb(0, 59, 111) | |
| HSL | hsl(208, 100%, 22%) | |
| CMYK | cmyk(100%, 47%, 0%, 56%) | |
| LAB | lab(24, 0, -36) | |
| OKLCH | oklch(0.35 0.105 252) |
Color harmonies
Tints & shades
Code snippets
color: #003b6f;
background-color: #003b6f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF003B6F)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.23, blue: 0.44, alpha: 1.0)