Shades of Midnight Express #001636
Tints of Midnight Express #001636
RGB
CMYK
RGB Variations
Color information
#001636 (or 0x001636) is known color: Midnight Express. HEX triplet: 00, 16 and 36. RGB value is (0,22,54). Sum of RGB (Red+Green+Blue) = 0+22+54=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 22 (8.98% from 255 or 28.95% 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 #001636 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001636 is #FFE9C9. Grayscale: #121212. Windows color (decimal): -16771530 or 3544576. OLE color: 3544576.
HSL color Cylindrical-coordinate representation of color #001636: hue angle of 215.56º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001636 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 22 | 54 | - |
| CMYK | 1 | 0.59 | 0 | 0.79 |
| HSL | 215.56º | 1% | 0.11% | - |
| HSV(B) | 215.56º | 1% | 0.21% | - |
| XYZ | 0.95 | 0.84 | 3.6 | - |
| YUV | 19.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 54 | 1 | 0.59 | 0 | 0.79 | 215.56 | 1 | 0.11 |
| Hex | 0 | 16 | 36 | 64 | 3B | 0 | 4F | D8 | 64 | B |
| Octal | 0 | 26 | 66 | 144 | 73 | 0 | 117 | 330 | 144 | 13 |
| Binary | 0 | 10110 | 110110 | 1100100 | 111011 | 0 | 1001111 | 11011000 | 1100100 | 1011 |
Color Harmonies of #001636
Complementary color
Monochromatic Colors of #001636
Black with #001636
Text Example
Text Example
White with #001636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001636; }
p { color: rgb(0,22,54); }
H1.HeaderClassName
{
color: #001636;
}
.AnyTagClassName
{
color: #001636;
}
</style>
background-color css
<style>
a { background-color: #001636; }
a { background-color: rgb(0,22,54); }
div.DivClassName
{
background-color: #001636;
}
.BgClassName
{
background-color: #001636;
}
</style>
border-color css
<style>
span { border-color: #001636; }
span { border-color: rgb(0,22,54); }
td.TdClassName
{
border-color: #001636;
}
.TagClassName
{
border-color: #001636;
}
</style>