Shades of Midnight Express #021336
Tints of Midnight Express #021336
RGB
CMYK
RGB Variations
Color information
#021336 (or 0x021336) is known color: Midnight Express. HEX triplet: 02, 13 and 36. RGB value is (2,19,54). Sum of RGB (Red+Green+Blue) = 2+19+54=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 54 (21.48% from 255 or 72% from 75); Max value from RGB is 54 - color contains mainly: blue. Hex color #021336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021336 is #FDECC9. Grayscale: #111111. Windows color (decimal): -16641226 or 3543810. OLE color: 3543810.
HSL color Cylindrical-coordinate representation of color #021336: hue angle of 220.38º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021336 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 19 | 54 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.79 |
| HSL | 220.38º | 0.93% | 0.11% | - |
| HSV(B) | 220.38º | 0.96% | 0.21% | - |
| XYZ | 0.92 | 0.74 | 3.59 | - |
| YUV | 17.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 54 | 0.96 | 0.65 | 0 | 0.79 | 220.38 | 0.93 | 0.11 |
| Hex | 2 | 13 | 36 | 60 | 41 | 0 | 4F | DC | 5D | B |
| Octal | 2 | 23 | 66 | 140 | 101 | 0 | 117 | 334 | 135 | 13 |
| Binary | 10 | 10011 | 110110 | 1100000 | 1000001 | 0 | 1001111 | 11011100 | 1011101 | 1011 |
Color Harmonies of #021336
Complementary color
Monochromatic Colors of #021336
Black with #021336
Text Example
Text Example
White with #021336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021336; }
p { color: rgb(2,19,54); }
H1.HeaderClassName
{
color: #021336;
}
.AnyTagClassName
{
color: #021336;
}
</style>
background-color css
<style>
a { background-color: #021336; }
a { background-color: rgb(2,19,54); }
div.DivClassName
{
background-color: #021336;
}
.BgClassName
{
background-color: #021336;
}
</style>
border-color css
<style>
span { border-color: #021336; }
span { border-color: rgb(2,19,54); }
td.TdClassName
{
border-color: #021336;
}
.TagClassName
{
border-color: #021336;
}
</style>