Shades of Midnight Express #001536
Tints of Midnight Express #001536
RGB
CMYK
RGB Variations
Color information
#001536 (or 0x001536) is known color: Midnight Express. HEX triplet: 00, 15 and 36. RGB value is (0,21,54). Sum of RGB (Red+Green+Blue) = 0+21+54=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 54 (21.48% from 255 or 72% from 75); Max value from RGB is 54 - color contains mainly: blue. Hex color #001536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001536 is #FFEAC9. Grayscale: #121212. Windows color (decimal): -16771786 or 3544320. OLE color: 3544320.
HSL color Cylindrical-coordinate representation of color #001536: hue angle of 216.67º 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 #001536 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 21 | 54 | - |
| CMYK | 1 | 0.61 | 0 | 0.79 |
| HSL | 216.67º | 1% | 0.11% | - |
| HSV(B) | 216.67º | 1% | 0.21% | - |
| XYZ | 0.93 | 0.8 | 3.6 | - |
| YUV | 18.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 21 | 54 | 1 | 0.61 | 0 | 0.79 | 216.67 | 1 | 0.11 |
| Hex | 0 | 15 | 36 | 64 | 3D | 0 | 4F | D9 | 64 | B |
| Octal | 0 | 25 | 66 | 144 | 75 | 0 | 117 | 331 | 144 | 13 |
| Binary | 0 | 10101 | 110110 | 1100100 | 111101 | 0 | 1001111 | 11011001 | 1100100 | 1011 |
Color Harmonies of #001536
Complementary color
Monochromatic Colors of #001536
Black with #001536
Text Example
Text Example
White with #001536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001536; }
p { color: rgb(0,21,54); }
H1.HeaderClassName
{
color: #001536;
}
.AnyTagClassName
{
color: #001536;
}
</style>
background-color css
<style>
a { background-color: #001536; }
a { background-color: rgb(0,21,54); }
div.DivClassName
{
background-color: #001536;
}
.BgClassName
{
background-color: #001536;
}
</style>
border-color css
<style>
span { border-color: #001536; }
span { border-color: rgb(0,21,54); }
td.TdClassName
{
border-color: #001536;
}
.TagClassName
{
border-color: #001536;
}
</style>