Shades of Midnight Express #011536
Tints of Midnight Express #011536
RGB
CMYK
RGB Variations
Color information
#011536 (or 0x011536) is known color: Midnight Express. HEX triplet: 01, 15 and 36. RGB value is (1,21,54). Sum of RGB (Red+Green+Blue) = 1+21+54=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 54 (21.48% from 255 or 71.05% from 76); Max value from RGB is 54 - color contains mainly: blue. Hex color #011536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011536 is #FEEAC9. Grayscale: #121212. Windows color (decimal): -16706250 or 3544321. OLE color: 3544321.
HSL color Cylindrical-coordinate representation of color #011536: hue angle of 217.36º 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 #011536 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 21 | 54 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.79 |
| HSL | 217.36º | 0.96% | 0.11% | - |
| HSV(B) | 217.36º | 0.98% | 0.21% | - |
| XYZ | 0.95 | 0.81 | 3.6 | - |
| YUV | 18.78 | 147.87 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 54 | 0.98 | 0.61 | 0 | 0.79 | 217.36 | 0.96 | 0.11 |
| Hex | 1 | 15 | 36 | 62 | 3D | 0 | 4F | D9 | 60 | B |
| Octal | 1 | 25 | 66 | 142 | 75 | 0 | 117 | 331 | 140 | 13 |
| Binary | 1 | 10101 | 110110 | 1100010 | 111101 | 0 | 1001111 | 11011001 | 1100000 | 1011 |
Color Harmonies of #011536
Complementary color
Monochromatic Colors of #011536
Black with #011536
Text Example
Text Example
White with #011536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011536; }
p { color: rgb(1,21,54); }
H1.HeaderClassName
{
color: #011536;
}
.AnyTagClassName
{
color: #011536;
}
</style>
background-color css
<style>
a { background-color: #011536; }
a { background-color: rgb(1,21,54); }
div.DivClassName
{
background-color: #011536;
}
.BgClassName
{
background-color: #011536;
}
</style>
border-color css
<style>
span { border-color: #011536; }
span { border-color: rgb(1,21,54); }
td.TdClassName
{
border-color: #011536;
}
.TagClassName
{
border-color: #011536;
}
</style>