Brilliant Blue
#0075b3
Brilliant Blue, represented by the hex value #0075b3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #0075b3 | |
|---|---|---|
| RGB | rgb(0, 117, 179) | |
| HSL | hsl(201, 100%, 35%) | |
| CMYK | cmyk(100%, 35%, 0%, 30%) | |
| LAB | lab(46, -10, -41) | |
| OKLCH | oklch(0.54 0.13 243) |
Color harmonies
Tints & shades
Code snippets
color: #0075b3;
background-color: #0075b3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF0075B3)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.46, blue: 0.70, alpha: 1.0)