Shades of Midnight Express #011A42
Tints of Midnight Express #011A42
RGB
CMYK
RGB Variations
Color information
#011A42 (or 0x011A42) is known color: Midnight Express. HEX triplet: 01, 1A and 42. RGB value is (1,26,66). Sum of RGB (Red+Green+Blue) = 1+26+66=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 66 (26.17% from 255 or 70.97% from 93); Max value from RGB is 66 - color contains mainly: blue. Hex color #011A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A42 is #FEE5BD. Grayscale: #161616. Windows color (decimal): -16704958 or 4332033. OLE color: 4332033.
HSL color Cylindrical-coordinate representation of color #011A42: hue angle of 216.92º 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 #011A42 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 26 | 66 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.74 |
| HSL | 216.92º | 0.97% | 0.13% | - |
| HSV(B) | 216.92º | 0.98% | 0.26% | - |
| XYZ | 1.37 | 1.14 | 5.3 | - |
| YUV | 23.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 66 | 0.98 | 0.61 | 0 | 0.74 | 216.92 | 0.97 | 0.13 |
| Hex | 1 | 1A | 42 | 62 | 3D | 0 | 4A | D9 | 61 | D |
| Octal | 1 | 32 | 102 | 142 | 75 | 0 | 112 | 331 | 141 | 15 |
| Binary | 1 | 11010 | 1000010 | 1100010 | 111101 | 0 | 1001010 | 11011001 | 1100001 | 1101 |
Color Harmonies of #011A42
Complementary color
Monochromatic Colors of #011A42
Black with #011A42
Text Example
Text Example
White with #011A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A42; }
p { color: rgb(1,26,66); }
H1.HeaderClassName
{
color: #011A42;
}
.AnyTagClassName
{
color: #011A42;
}
</style>
background-color css
<style>
a { background-color: #011A42; }
a { background-color: rgb(1,26,66); }
div.DivClassName
{
background-color: #011A42;
}
.BgClassName
{
background-color: #011A42;
}
</style>
border-color css
<style>
span { border-color: #011A42; }
span { border-color: rgb(1,26,66); }
td.TdClassName
{
border-color: #011A42;
}
.TagClassName
{
border-color: #011A42;
}
</style>