Shades of Midnight Express #001032
Tints of Midnight Express #001032
RGB
CMYK
RGB Variations
Color information
#001032 (or 0x001032) is known color: Midnight Express. HEX triplet: 00, 10 and 32. RGB value is (0,16,50). Sum of RGB (Red+Green+Blue) = 0+16+50=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 50 (19.92% from 255 or 75.76% from 66); Max value from RGB is 50 - color contains mainly: blue. Hex color #001032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001032 is #FFEFCD. Grayscale: #0E0E0E. Windows color (decimal): -16773070 or 3280896. OLE color: 3280896.
HSL color Cylindrical-coordinate representation of color #001032: hue angle of 220.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001032 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 16 | 50 | - |
| CMYK | 1 | 0.68 | 0 | 0.80 |
| HSL | 220.8º | 1% | 0.1% | - |
| HSV(B) | 220.8º | 1% | 0.2% | - |
| XYZ | 0.76 | 0.6 | 3.09 | - |
| YUV | 15.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 50 | 1 | 0.68 | 0 | 0.80 | 220.8 | 1 | 0.1 |
| Hex | 0 | 10 | 32 | 64 | 44 | 0 | 50 | DD | 64 | A |
| Octal | 0 | 20 | 62 | 144 | 104 | 0 | 120 | 335 | 144 | 12 |
| Binary | 0 | 10000 | 110010 | 1100100 | 1000100 | 0 | 1010000 | 11011101 | 1100100 | 1010 |
Color Harmonies of #001032
Complementary color
Monochromatic Colors of #001032
Black with #001032
Text Example
Text Example
White with #001032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001032; }
p { color: rgb(0,16,50); }
H1.HeaderClassName
{
color: #001032;
}
.AnyTagClassName
{
color: #001032;
}
</style>
background-color css
<style>
a { background-color: #001032; }
a { background-color: rgb(0,16,50); }
div.DivClassName
{
background-color: #001032;
}
.BgClassName
{
background-color: #001032;
}
</style>
border-color css
<style>
span { border-color: #001032; }
span { border-color: rgb(0,16,50); }
td.TdClassName
{
border-color: #001032;
}
.TagClassName
{
border-color: #001032;
}
</style>