Shades of Midnight Express #020D42
Tints of Midnight Express #020D42
RGB
CMYK
RGB Variations
Color information
#020D42 (or 0x020D42) is known color: Midnight Express. HEX triplet: 02, 0D and 42. RGB value is (2,13,66). Sum of RGB (Red+Green+Blue) = 2+13+66=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 66 (26.17% from 255 or 81.48% from 81); Max value from RGB is 66 - color contains mainly: blue. Hex color #020D42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D42 is #FDF2BD. Grayscale: #0F0F0F. Windows color (decimal): -16642750 or 4328706. OLE color: 4328706.
HSL color Cylindrical-coordinate representation of color #020D42: hue angle of 229.69º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020D42 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 13 | 66 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.74 |
| HSL | 229.69º | 0.94% | 0.13% | - |
| HSV(B) | 229.69º | 0.97% | 0.26% | - |
| XYZ | 1.15 | 0.69 | 5.23 | - |
| YUV | 15.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 66 | 0.97 | 0.80 | 0 | 0.74 | 229.69 | 0.94 | 0.13 |
| Hex | 2 | D | 42 | 61 | 50 | 0 | 4A | E6 | 5E | D |
| Octal | 2 | 15 | 102 | 141 | 120 | 0 | 112 | 346 | 136 | 15 |
| Binary | 10 | 1101 | 1000010 | 1100001 | 1010000 | 0 | 1001010 | 11100110 | 1011110 | 1101 |
Color Harmonies of #020D42
Complementary color
Monochromatic Colors of #020D42
Black with #020D42
Text Example
Text Example
White with #020D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D42; }
p { color: rgb(2,13,66); }
H1.HeaderClassName
{
color: #020D42;
}
.AnyTagClassName
{
color: #020D42;
}
</style>
background-color css
<style>
a { background-color: #020D42; }
a { background-color: rgb(2,13,66); }
div.DivClassName
{
background-color: #020D42;
}
.BgClassName
{
background-color: #020D42;
}
</style>
border-color css
<style>
span { border-color: #020D42; }
span { border-color: rgb(2,13,66); }
td.TdClassName
{
border-color: #020D42;
}
.TagClassName
{
border-color: #020D42;
}
</style>