Shades of Midnight Express #001332
Tints of Midnight Express #001332
RGB
CMYK
RGB Variations
Color information
#001332 (or 0x001332) is known color: Midnight Express. HEX triplet: 00, 13 and 32. RGB value is (0,19,50). Sum of RGB (Red+Green+Blue) = 0+19+50=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 50 (19.92% from 255 or 72.46% from 69); Max value from RGB is 50 - color contains mainly: blue. Hex color #001332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001332 is #FFECCD. Grayscale: #101010. Windows color (decimal): -16772302 or 3281664. OLE color: 3281664.
HSL color Cylindrical-coordinate representation of color #001332: hue angle of 217.2º 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 #001332 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 19 | 50 | - |
| CMYK | 1 | 0.62 | 0 | 0.80 |
| HSL | 217.2º | 1% | 0.1% | - |
| HSV(B) | 217.2º | 1% | 0.2% | - |
| XYZ | 0.81 | 0.7 | 3.11 | - |
| YUV | 16.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 50 | 1 | 0.62 | 0 | 0.80 | 217.2 | 1 | 0.1 |
| Hex | 0 | 13 | 32 | 64 | 3E | 0 | 50 | D9 | 64 | A |
| Octal | 0 | 23 | 62 | 144 | 76 | 0 | 120 | 331 | 144 | 12 |
| Binary | 0 | 10011 | 110010 | 1100100 | 111110 | 0 | 1010000 | 11011001 | 1100100 | 1010 |
Color Harmonies of #001332
Complementary color
Monochromatic Colors of #001332
Black with #001332
Text Example
Text Example
White with #001332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001332; }
p { color: rgb(0,19,50); }
H1.HeaderClassName
{
color: #001332;
}
.AnyTagClassName
{
color: #001332;
}
</style>
background-color css
<style>
a { background-color: #001332; }
a { background-color: rgb(0,19,50); }
div.DivClassName
{
background-color: #001332;
}
.BgClassName
{
background-color: #001332;
}
</style>
border-color css
<style>
span { border-color: #001332; }
span { border-color: rgb(0,19,50); }
td.TdClassName
{
border-color: #001332;
}
.TagClassName
{
border-color: #001332;
}
</style>