Shades of Midnight Express #011036
Tints of Midnight Express #011036
RGB
CMYK
RGB Variations
Color information
#011036 (or 0x011036) is known color: Midnight Express. HEX triplet: 01, 10 and 36. RGB value is (1,16,54). Sum of RGB (Red+Green+Blue) = 1+16+54=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 54 (21.48% from 255 or 76.06% from 71); Max value from RGB is 54 - color contains mainly: blue. Hex color #011036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011036 is #FEEFC9. Grayscale: #0F0F0F. Windows color (decimal): -16707530 or 3543041. OLE color: 3543041.
HSL color Cylindrical-coordinate representation of color #011036: hue angle of 223.02º 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 #011036 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 16 | 54 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.79 |
| HSL | 223.02º | 0.96% | 0.11% | - |
| HSV(B) | 223.02º | 0.98% | 0.21% | - |
| XYZ | 0.86 | 0.64 | 3.57 | - |
| YUV | 15.85 | 149.53 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 54 | 0.98 | 0.70 | 0 | 0.79 | 223.02 | 0.96 | 0.11 |
| Hex | 1 | 10 | 36 | 62 | 46 | 0 | 4F | DF | 60 | B |
| Octal | 1 | 20 | 66 | 142 | 106 | 0 | 117 | 337 | 140 | 13 |
| Binary | 1 | 10000 | 110110 | 1100010 | 1000110 | 0 | 1001111 | 11011111 | 1100000 | 1011 |
Color Harmonies of #011036
Complementary color
Monochromatic Colors of #011036
Black with #011036
Text Example
Text Example
White with #011036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011036; }
p { color: rgb(1,16,54); }
H1.HeaderClassName
{
color: #011036;
}
.AnyTagClassName
{
color: #011036;
}
</style>
background-color css
<style>
a { background-color: #011036; }
a { background-color: rgb(1,16,54); }
div.DivClassName
{
background-color: #011036;
}
.BgClassName
{
background-color: #011036;
}
</style>
border-color css
<style>
span { border-color: #011036; }
span { border-color: rgb(1,16,54); }
td.TdClassName
{
border-color: #011036;
}
.TagClassName
{
border-color: #011036;
}
</style>