Shades of Midnight Express #001242
Tints of Midnight Express #001242
RGB
CMYK
RGB Variations
Color information
#001242 (or 0x001242) is known color: Midnight Express. HEX triplet: 00, 12 and 42. RGB value is (0,18,66). Sum of RGB (Red+Green+Blue) = 0+18+66=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 66 (26.17% from 255 or 78.57% from 84); Max value from RGB is 66 - color contains mainly: blue. Hex color #001242 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001242 is #FFEDBD. Grayscale: #111111. Windows color (decimal): -16772542 or 4329984. OLE color: 4329984.
HSL color Cylindrical-coordinate representation of color #001242: hue angle of 223.64º 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 #001242 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 18 | 66 | - |
| CMYK | 1 | 0.73 | 0 | 0.74 |
| HSL | 223.64º | 1% | 0.13% | - |
| HSV(B) | 223.64º | 1% | 0.26% | - |
| XYZ | 1.2 | 0.83 | 5.25 | - |
| YUV | 18.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 66 | 1 | 0.73 | 0 | 0.74 | 223.64 | 1 | 0.13 |
| Hex | 0 | 12 | 42 | 64 | 49 | 0 | 4A | E0 | 64 | D |
| Octal | 0 | 22 | 102 | 144 | 111 | 0 | 112 | 340 | 144 | 15 |
| Binary | 0 | 10010 | 1000010 | 1100100 | 1001001 | 0 | 1001010 | 11100000 | 1100100 | 1101 |
Color Harmonies of #001242
Complementary color
Monochromatic Colors of #001242
Black with #001242
Text Example
Text Example
White with #001242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001242; }
p { color: rgb(0,18,66); }
H1.HeaderClassName
{
color: #001242;
}
.AnyTagClassName
{
color: #001242;
}
</style>
background-color css
<style>
a { background-color: #001242; }
a { background-color: rgb(0,18,66); }
div.DivClassName
{
background-color: #001242;
}
.BgClassName
{
background-color: #001242;
}
</style>
border-color css
<style>
span { border-color: #001242; }
span { border-color: rgb(0,18,66); }
td.TdClassName
{
border-color: #001242;
}
.TagClassName
{
border-color: #001242;
}
</style>