Shades of Midnight Express #011136
Tints of Midnight Express #011136
RGB
CMYK
RGB Variations
Color information
#011136 (or 0x011136) is known color: Midnight Express. HEX triplet: 01, 11 and 36. RGB value is (1,17,54). Sum of RGB (Red+Green+Blue) = 1+17+54=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 54 (21.48% from 255 or 75% from 72); Max value from RGB is 54 - color contains mainly: blue. Hex color #011136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011136 is #FEEEC9. Grayscale: #101010. Windows color (decimal): -16707274 or 3543297. OLE color: 3543297.
HSL color Cylindrical-coordinate representation of color #011136: hue angle of 221.89º 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 #011136 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 17 | 54 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.79 |
| HSL | 221.89º | 0.96% | 0.11% | - |
| HSV(B) | 221.89º | 0.98% | 0.21% | - |
| XYZ | 0.88 | 0.67 | 3.57 | - |
| YUV | 16.43 | 149.2 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 54 | 0.98 | 0.69 | 0 | 0.79 | 221.89 | 0.96 | 0.11 |
| Hex | 1 | 11 | 36 | 62 | 45 | 0 | 4F | DE | 60 | B |
| Octal | 1 | 21 | 66 | 142 | 105 | 0 | 117 | 336 | 140 | 13 |
| Binary | 1 | 10001 | 110110 | 1100010 | 1000101 | 0 | 1001111 | 11011110 | 1100000 | 1011 |
Color Harmonies of #011136
Complementary color
Monochromatic Colors of #011136
Black with #011136
Text Example
Text Example
White with #011136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011136; }
p { color: rgb(1,17,54); }
H1.HeaderClassName
{
color: #011136;
}
.AnyTagClassName
{
color: #011136;
}
</style>
background-color css
<style>
a { background-color: #011136; }
a { background-color: rgb(1,17,54); }
div.DivClassName
{
background-color: #011136;
}
.BgClassName
{
background-color: #011136;
}
</style>
border-color css
<style>
span { border-color: #011136; }
span { border-color: rgb(1,17,54); }
td.TdClassName
{
border-color: #011136;
}
.TagClassName
{
border-color: #011136;
}
</style>