Shades of Midnight Express #011232
Tints of Midnight Express #011232
RGB
CMYK
RGB Variations
Color information
#011232 (or 0x011232) is known color: Midnight Express. HEX triplet: 01, 12 and 32. RGB value is (1,18,50). Sum of RGB (Red+Green+Blue) = 1+18+50=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 18 (7.42% from 255 or 26.09% 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 #011232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011232 is #FEEDCD. Grayscale: #101010. Windows color (decimal): -16707022 or 3281409. OLE color: 3281409.
HSL color Cylindrical-coordinate representation of color #011232: hue angle of 219.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011232 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 18 | 50 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.80 |
| HSL | 219.18º | 0.96% | 0.1% | - |
| HSV(B) | 219.18º | 0.98% | 0.2% | - |
| XYZ | 0.8 | 0.67 | 3.1 | - |
| YUV | 16.57 | 146.87 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 50 | 0.98 | 0.64 | 0 | 0.80 | 219.18 | 0.96 | 0.1 |
| Hex | 1 | 12 | 32 | 62 | 40 | 0 | 50 | DB | 60 | A |
| Octal | 1 | 22 | 62 | 142 | 100 | 0 | 120 | 333 | 140 | 12 |
| Binary | 1 | 10010 | 110010 | 1100010 | 1000000 | 0 | 1010000 | 11011011 | 1100000 | 1010 |
Color Harmonies of #011232
Complementary color
Monochromatic Colors of #011232
Black with #011232
Text Example
Text Example
White with #011232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011232; }
p { color: rgb(1,18,50); }
H1.HeaderClassName
{
color: #011232;
}
.AnyTagClassName
{
color: #011232;
}
</style>
background-color css
<style>
a { background-color: #011232; }
a { background-color: rgb(1,18,50); }
div.DivClassName
{
background-color: #011232;
}
.BgClassName
{
background-color: #011232;
}
</style>
border-color css
<style>
span { border-color: #011232; }
span { border-color: rgb(1,18,50); }
td.TdClassName
{
border-color: #011232;
}
.TagClassName
{
border-color: #011232;
}
</style>