Shades of Midnight Express #001136
Tints of Midnight Express #001136
RGB
CMYK
RGB Variations
Color information
#001136 (or 0x001136) is known color: Midnight Express. HEX triplet: 00, 11 and 36. RGB value is (0,17,54). Sum of RGB (Red+Green+Blue) = 0+17+54=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 17 (7.03% from 255 or 23.94% 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 #001136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001136 is #FFEEC9. Grayscale: #0F0F0F. Windows color (decimal): -16772810 or 3543296. OLE color: 3543296.
HSL color Cylindrical-coordinate representation of color #001136: hue angle of 221.11º 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 #001136 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 17 | 54 | - |
| CMYK | 1 | 0.69 | 0 | 0.79 |
| HSL | 221.11º | 1% | 0.11% | - |
| HSV(B) | 221.11º | 1% | 0.21% | - |
| XYZ | 0.87 | 0.67 | 3.57 | - |
| YUV | 16.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 54 | 1 | 0.69 | 0 | 0.79 | 221.11 | 1 | 0.11 |
| Hex | 0 | 11 | 36 | 64 | 45 | 0 | 4F | DD | 64 | B |
| Octal | 0 | 21 | 66 | 144 | 105 | 0 | 117 | 335 | 144 | 13 |
| Binary | 0 | 10001 | 110110 | 1100100 | 1000101 | 0 | 1001111 | 11011101 | 1100100 | 1011 |
Color Harmonies of #001136
Complementary color
Monochromatic Colors of #001136
Black with #001136
Text Example
Text Example
White with #001136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001136; }
p { color: rgb(0,17,54); }
H1.HeaderClassName
{
color: #001136;
}
.AnyTagClassName
{
color: #001136;
}
</style>
background-color css
<style>
a { background-color: #001136; }
a { background-color: rgb(0,17,54); }
div.DivClassName
{
background-color: #001136;
}
.BgClassName
{
background-color: #001136;
}
</style>
border-color css
<style>
span { border-color: #001136; }
span { border-color: rgb(0,17,54); }
td.TdClassName
{
border-color: #001136;
}
.TagClassName
{
border-color: #001136;
}
</style>