Shades of Midnight Express #021439
Tints of Midnight Express #021439
RGB
CMYK
RGB Variations
Color information
#021439 (or 0x021439) is known color: Midnight Express. HEX triplet: 02, 14 and 39. RGB value is (2,20,57). Sum of RGB (Red+Green+Blue) = 2+20+57=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 57 (22.66% from 255 or 72.15% from 79); Max value from RGB is 57 - color contains mainly: blue. Hex color #021439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021439 is #FDEBC6. Grayscale: #121212. Windows color (decimal): -16640967 or 3740674. OLE color: 3740674.
HSL color Cylindrical-coordinate representation of color #021439: hue angle of 220.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021439 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 20 | 57 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.78 |
| HSL | 220.36º | 0.93% | 0.12% | - |
| HSV(B) | 220.36º | 0.96% | 0.22% | - |
| XYZ | 1.01 | 0.81 | 3.97 | - |
| YUV | 18.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 57 | 0.96 | 0.65 | 0 | 0.78 | 220.36 | 0.93 | 0.12 |
| Hex | 2 | 14 | 39 | 60 | 41 | 0 | 4E | DC | 5D | C |
| Octal | 2 | 24 | 71 | 140 | 101 | 0 | 116 | 334 | 135 | 14 |
| Binary | 10 | 10100 | 111001 | 1100000 | 1000001 | 0 | 1001110 | 11011100 | 1011101 | 1100 |
Color Harmonies of #021439
Complementary color
Monochromatic Colors of #021439
Black with #021439
Text Example
Text Example
White with #021439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021439; }
p { color: rgb(2,20,57); }
H1.HeaderClassName
{
color: #021439;
}
.AnyTagClassName
{
color: #021439;
}
</style>
background-color css
<style>
a { background-color: #021439; }
a { background-color: rgb(2,20,57); }
div.DivClassName
{
background-color: #021439;
}
.BgClassName
{
background-color: #021439;
}
</style>
border-color css
<style>
span { border-color: #021439; }
span { border-color: rgb(2,20,57); }
td.TdClassName
{
border-color: #021439;
}
.TagClassName
{
border-color: #021439;
}
</style>