Shades of Midnight Express #020936
Tints of Midnight Express #020936
RGB
CMYK
RGB Variations
Color information
#020936 (or 0x020936) is known color: Midnight Express. HEX triplet: 02, 09 and 36. RGB value is (2,9,54). Sum of RGB (Red+Green+Blue) = 2+9+54=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 54 (21.48% from 255 or 83.08% from 65); Max value from RGB is 54 - color contains mainly: blue. Hex color #020936 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020936 is #FDF6C9. Grayscale: #0B0B0B. Windows color (decimal): -16643786 or 3541250. OLE color: 3541250.
HSL color Cylindrical-coordinate representation of color #020936: hue angle of 231.92º 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 #020936 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 9 | 54 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.79 |
| HSL | 231.92º | 0.93% | 0.11% | - |
| HSV(B) | 231.92º | 0.96% | 0.21% | - |
| XYZ | 0.79 | 0.47 | 3.54 | - |
| YUV | 12.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 54 | 0.96 | 0.83 | 0 | 0.79 | 231.92 | 0.93 | 0.11 |
| Hex | 2 | 9 | 36 | 60 | 53 | 0 | 4F | E8 | 5D | B |
| Octal | 2 | 11 | 66 | 140 | 123 | 0 | 117 | 350 | 135 | 13 |
| Binary | 10 | 1001 | 110110 | 1100000 | 1010011 | 0 | 1001111 | 11101000 | 1011101 | 1011 |
Color Harmonies of #020936
Complementary color
Monochromatic Colors of #020936
Black with #020936
Text Example
Text Example
White with #020936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020936; }
p { color: rgb(2,9,54); }
H1.HeaderClassName
{
color: #020936;
}
.AnyTagClassName
{
color: #020936;
}
</style>
background-color css
<style>
a { background-color: #020936; }
a { background-color: rgb(2,9,54); }
div.DivClassName
{
background-color: #020936;
}
.BgClassName
{
background-color: #020936;
}
</style>
border-color css
<style>
span { border-color: #020936; }
span { border-color: rgb(2,9,54); }
td.TdClassName
{
border-color: #020936;
}
.TagClassName
{
border-color: #020936;
}
</style>