Bohemian Blue
#0000aa
Here's everything about the color Bohemian Blue (#0000aa) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #0000aa | |
|---|---|---|
| RGB | rgb(0, 0, 170) | |
| HSL | hsl(240, 100%, 33%) | |
| CMYK | cmyk(100%, 100%, 0%, 33%) | |
| LAB | lab(18, 50, -83) | |
| OKLCH | oklch(0.33 0.231 264) |
Color harmonies
Tints & shades
Code snippets
color: #0000aa;
background-color: #0000aa;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF0000AA)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.00, blue: 0.67, alpha: 1.0)