Shades of Midnight Express #020136
Tints of Midnight Express #020136
RGB
CMYK
RGB Variations
Color information
#020136 (or 0x020136) is known color: Midnight Express. HEX triplet: 02, 01 and 36. RGB value is (2,1,54). Sum of RGB (Red+Green+Blue) = 2+1+54=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 54 (21.48% from 255 or 94.74% from 57); Max value from RGB is 54 - color contains mainly: blue. Hex color #020136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020136 is #FDFEC9. Grayscale: #070707. Windows color (decimal): -16645834 or 3539202. OLE color: 3539202.
HSL color Cylindrical-coordinate representation of color #020136: hue angle of 241.13º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020136 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 1 | 54 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.79 |
| HSL | 241.13º | 0.96% | 0.11% | - |
| HSV(B) | 241.13º | 0.98% | 0.21% | - |
| XYZ | 0.7 | 0.3 | 3.51 | - |
| YUV | 7.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 54 | 0.96 | 0.98 | 0 | 0.79 | 241.13 | 0.96 | 0.11 |
| Hex | 2 | 1 | 36 | 60 | 62 | 0 | 4F | F1 | 60 | B |
| Octal | 2 | 1 | 66 | 140 | 142 | 0 | 117 | 361 | 140 | 13 |
| Binary | 10 | 1 | 110110 | 1100000 | 1100010 | 0 | 1001111 | 11110001 | 1100000 | 1011 |
Color Harmonies of #020136
Complementary color
Monochromatic Colors of #020136
Black with #020136
Text Example
Text Example
White with #020136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020136; }
p { color: rgb(2,1,54); }
H1.HeaderClassName
{
color: #020136;
}
.AnyTagClassName
{
color: #020136;
}
</style>
background-color css
<style>
a { background-color: #020136; }
a { background-color: rgb(2,1,54); }
div.DivClassName
{
background-color: #020136;
}
.BgClassName
{
background-color: #020136;
}
</style>
border-color css
<style>
span { border-color: #020136; }
span { border-color: rgb(2,1,54); }
td.TdClassName
{
border-color: #020136;
}
.TagClassName
{
border-color: #020136;
}
</style>