Shades of Midnight Express #010242
Tints of Midnight Express #010242
RGB
CMYK
RGB Variations
Color information
#010242 (or 0x010242) is known color: Midnight Express. HEX triplet: 01, 02 and 42. RGB value is (1,2,66). Sum of RGB (Red+Green+Blue) = 1+2+66=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 66 (26.17% from 255 or 95.65% from 69); Max value from RGB is 66 - color contains mainly: blue. Hex color #010242 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010242 is #FEFDBD. Grayscale: #080808. Windows color (decimal): -16711102 or 4325889. OLE color: 4325889.
HSL color Cylindrical-coordinate representation of color #010242: hue angle of 239.08º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010242 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 2 | 66 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.74 |
| HSL | 239.08º | 0.97% | 0.13% | - |
| HSV(B) | 239.08º | 0.98% | 0.26% | - |
| XYZ | 1.02 | 0.44 | 5.19 | - |
| YUV | 9 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 66 | 0.98 | 0.97 | 0 | 0.74 | 239.08 | 0.97 | 0.13 |
| Hex | 1 | 2 | 42 | 62 | 61 | 0 | 4A | EF | 61 | D |
| Octal | 1 | 2 | 102 | 142 | 141 | 0 | 112 | 357 | 141 | 15 |
| Binary | 1 | 10 | 1000010 | 1100010 | 1100001 | 0 | 1001010 | 11101111 | 1100001 | 1101 |
Color Harmonies of #010242
Complementary color
Monochromatic Colors of #010242
Black with #010242
Text Example
Text Example
White with #010242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010242; }
p { color: rgb(1,2,66); }
H1.HeaderClassName
{
color: #010242;
}
.AnyTagClassName
{
color: #010242;
}
</style>
background-color css
<style>
a { background-color: #010242; }
a { background-color: rgb(1,2,66); }
div.DivClassName
{
background-color: #010242;
}
.BgClassName
{
background-color: #010242;
}
</style>
border-color css
<style>
span { border-color: #010242; }
span { border-color: rgb(1,2,66); }
td.TdClassName
{
border-color: #010242;
}
.TagClassName
{
border-color: #010242;
}
</style>