Shades of Midnight Express #001042
Tints of Midnight Express #001042
RGB
CMYK
RGB Variations
Color information
#001042 (or 0x001042) is known color: Midnight Express. HEX triplet: 00, 10 and 42. RGB value is (0,16,66). Sum of RGB (Red+Green+Blue) = 0+16+66=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 66 (26.17% from 255 or 80.49% from 82); Max value from RGB is 66 - color contains mainly: blue. Hex color #001042 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001042 is #FFEFBD. Grayscale: #101010. Windows color (decimal): -16773054 or 4329472. OLE color: 4329472.
HSL color Cylindrical-coordinate representation of color #001042: hue angle of 225.45º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001042 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 16 | 66 | - |
| CMYK | 1 | 0.76 | 0 | 0.74 |
| HSL | 225.45º | 1% | 0.13% | - |
| HSV(B) | 225.45º | 1% | 0.26% | - |
| XYZ | 1.17 | 0.76 | 5.24 | - |
| YUV | 16.92 | 155.7 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 66 | 1 | 0.76 | 0 | 0.74 | 225.45 | 1 | 0.13 |
| Hex | 0 | 10 | 42 | 64 | 4C | 0 | 4A | E1 | 64 | D |
| Octal | 0 | 20 | 102 | 144 | 114 | 0 | 112 | 341 | 144 | 15 |
| Binary | 0 | 10000 | 1000010 | 1100100 | 1001100 | 0 | 1001010 | 11100001 | 1100100 | 1101 |
Color Harmonies of #001042
Complementary color
Monochromatic Colors of #001042
Black with #001042
Text Example
Text Example
White with #001042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001042; }
p { color: rgb(0,16,66); }
H1.HeaderClassName
{
color: #001042;
}
.AnyTagClassName
{
color: #001042;
}
</style>
background-color css
<style>
a { background-color: #001042; }
a { background-color: rgb(0,16,66); }
div.DivClassName
{
background-color: #001042;
}
.BgClassName
{
background-color: #001042;
}
</style>
border-color css
<style>
span { border-color: #001042; }
span { border-color: rgb(0,16,66); }
td.TdClassName
{
border-color: #001042;
}
.TagClassName
{
border-color: #001042;
}
</style>