Shades of Midnight Express #081A42
Tints of Midnight Express #081A42
RGB
CMYK
RGB Variations
Color information
#081A42 (or 0x081A42) is known color: Midnight Express. HEX triplet: 08, 1A and 42. RGB value is (8,26,66). Sum of RGB (Red+Green+Blue) = 8+26+66=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 66 (26.17% from 255 or 66% from 100); Max value from RGB is 66 - color contains mainly: blue. Hex color #081A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A42 is #F7E5BD. Grayscale: #191919. Windows color (decimal): -16246206 or 4332040. OLE color: 4332040.
HSL color Cylindrical-coordinate representation of color #081A42: hue angle of 221.38º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #081A42 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 26 | 66 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.74 |
| HSL | 221.38º | 0.78% | 0.15% | - |
| HSV(B) | 221.38º | 0.88% | 0.26% | - |
| XYZ | 1.45 | 1.18 | 5.31 | - |
| YUV | 25.18 | 151.04 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 66 | 0.88 | 0.61 | 0 | 0.74 | 221.38 | 0.78 | 0.15 |
| Hex | 8 | 1A | 42 | 58 | 3D | 0 | 4A | DD | 4E | F |
| Octal | 10 | 32 | 102 | 130 | 75 | 0 | 112 | 335 | 116 | 17 |
| Binary | 1000 | 11010 | 1000010 | 1011000 | 111101 | 0 | 1001010 | 11011101 | 1001110 | 1111 |
Color Harmonies of #081A42
Complementary color
Monochromatic Colors of #081A42
Black with #081A42
Text Example
Text Example
White with #081A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A42; }
p { color: rgb(8,26,66); }
H1.HeaderClassName
{
color: #081A42;
}
.AnyTagClassName
{
color: #081A42;
}
</style>
background-color css
<style>
a { background-color: #081A42; }
a { background-color: rgb(8,26,66); }
div.DivClassName
{
background-color: #081A42;
}
.BgClassName
{
background-color: #081A42;
}
</style>
border-color css
<style>
span { border-color: #081A42; }
span { border-color: rgb(8,26,66); }
td.TdClassName
{
border-color: #081A42;
}
.TagClassName
{
border-color: #081A42;
}
</style>