Oxford by Night
#001b2e
Here's everything about the color Oxford by Night (#001b2e) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #001b2e | |
|---|---|---|
| RGB | rgb(0, 27, 46) | |
| HSL | hsl(205, 100%, 9%) | |
| CMYK | cmyk(100%, 41%, 0%, 82%) | |
| LAB | lab(9, -4, -16) | |
| OKLCH | oklch(0.21 0.051 242) |
Color harmonies
Tints & shades
Code snippets
color: #001b2e;
background-color: #001b2e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF001B2E)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.11, blue: 0.18, alpha: 1.0)