Shades of Midnight Express #020B33
Tints of Midnight Express #020B33
RGB
CMYK
RGB Variations
Color information
#020B33 (or 0x020B33) is known color: Midnight Express. HEX triplet: 02, 0B and 33. RGB value is (2,11,51). Sum of RGB (Red+Green+Blue) = 2+11+51=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 51 (20.31% from 255 or 79.69% from 64); Max value from RGB is 51 - color contains mainly: blue. Hex color #020B33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B33 is #FDF4CC. Grayscale: #0C0C0C. Windows color (decimal): -16643277 or 3345154. OLE color: 3345154.
HSL color Cylindrical-coordinate representation of color #020B33: hue angle of 228.98º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020B33 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 11 | 51 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.8 |
| HSL | 228.98º | 0.92% | 0.1% | - |
| HSV(B) | 228.98º | 0.96% | 0.2% | - |
| XYZ | 0.74 | 0.49 | 3.19 | - |
| YUV | 12.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 51 | 0.96 | 0.78 | 0 | 0.8 | 228.98 | 0.92 | 0.1 |
| Hex | 2 | B | 33 | 60 | 4E | 0 | 50 | E5 | 5C | A |
| Octal | 2 | 13 | 63 | 140 | 116 | 0 | 120 | 345 | 134 | 12 |
| Binary | 10 | 1011 | 110011 | 1100000 | 1001110 | 0 | 1010000 | 11100101 | 1011100 | 1010 |
Color Harmonies of #020B33
Complementary color
Monochromatic Colors of #020B33
Black with #020B33
Text Example
Text Example
White with #020B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B33; }
p { color: rgb(2,11,51); }
H1.HeaderClassName
{
color: #020B33;
}
.AnyTagClassName
{
color: #020B33;
}
</style>
background-color css
<style>
a { background-color: #020B33; }
a { background-color: rgb(2,11,51); }
div.DivClassName
{
background-color: #020B33;
}
.BgClassName
{
background-color: #020B33;
}
</style>
border-color css
<style>
span { border-color: #020B33; }
span { border-color: rgb(2,11,51); }
td.TdClassName
{
border-color: #020B33;
}
.TagClassName
{
border-color: #020B33;
}
</style>