Shades of Midnight Express #021433
Tints of Midnight Express #021433
RGB
CMYK
RGB Variations
Color information
#021433 (or 0x021433) is known color: Midnight Express. HEX triplet: 02, 14 and 33. RGB value is (2,20,51). Sum of RGB (Red+Green+Blue) = 2+20+51=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 51 (20.31% from 255 or 69.86% from 73); Max value from RGB is 51 - color contains mainly: blue. Hex color #021433 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021433 is #FDEBCC. Grayscale: #121212. Windows color (decimal): -16640973 or 3347458. OLE color: 3347458.
HSL color Cylindrical-coordinate representation of color #021433: hue angle of 217.96º 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 #021433 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 20 | 51 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.8 |
| HSL | 217.96º | 0.92% | 0.1% | - |
| HSV(B) | 217.96º | 0.96% | 0.2% | - |
| XYZ | 0.87 | 0.75 | 3.23 | - |
| YUV | 18.15 | 146.54 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 51 | 0.96 | 0.61 | 0 | 0.8 | 217.96 | 0.92 | 0.1 |
| Hex | 2 | 14 | 33 | 60 | 3D | 0 | 50 | DA | 5C | A |
| Octal | 2 | 24 | 63 | 140 | 75 | 0 | 120 | 332 | 134 | 12 |
| Binary | 10 | 10100 | 110011 | 1100000 | 111101 | 0 | 1010000 | 11011010 | 1011100 | 1010 |
Color Harmonies of #021433
Complementary color
Monochromatic Colors of #021433
Black with #021433
Text Example
Text Example
White with #021433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021433; }
p { color: rgb(2,20,51); }
H1.HeaderClassName
{
color: #021433;
}
.AnyTagClassName
{
color: #021433;
}
</style>
background-color css
<style>
a { background-color: #021433; }
a { background-color: rgb(2,20,51); }
div.DivClassName
{
background-color: #021433;
}
.BgClassName
{
background-color: #021433;
}
</style>
border-color css
<style>
span { border-color: #021433; }
span { border-color: rgb(2,20,51); }
td.TdClassName
{
border-color: #021433;
}
.TagClassName
{
border-color: #021433;
}
</style>