Shades of Midnight Express #081E41
Tints of Midnight Express #081E41
RGB
CMYK
RGB Variations
Color information
#081E41 (or 0x081E41) is known color: Midnight Express. HEX triplet: 08, 1E and 41. RGB value is (8,30,65). Sum of RGB (Red+Green+Blue) = 8+30+65=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #081E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E41 is #F7E1BE. Grayscale: #1B1B1B. Windows color (decimal): -16245183 or 4267528. OLE color: 4267528.
HSL color Cylindrical-coordinate representation of color #081E41: hue angle of 216.84º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #081E41 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 30 | 65 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.75 |
| HSL | 216.84º | 0.78% | 0.14% | - |
| HSV(B) | 216.84º | 0.88% | 0.25% | - |
| XYZ | 1.52 | 1.36 | 5.18 | - |
| YUV | 27.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 65 | 0.88 | 0.54 | 0 | 0.75 | 216.84 | 0.78 | 0.14 |
| Hex | 8 | 1E | 41 | 58 | 36 | 0 | 4B | D9 | 4E | E |
| Octal | 10 | 36 | 101 | 130 | 66 | 0 | 113 | 331 | 116 | 16 |
| Binary | 1000 | 11110 | 1000001 | 1011000 | 110110 | 0 | 1001011 | 11011001 | 1001110 | 1110 |
Color Harmonies of #081E41
Complementary color
Monochromatic Colors of #081E41
Black with #081E41
Text Example
Text Example
White with #081E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E41; }
p { color: rgb(8,30,65); }
H1.HeaderClassName
{
color: #081E41;
}
.AnyTagClassName
{
color: #081E41;
}
</style>
background-color css
<style>
a { background-color: #081E41; }
a { background-color: rgb(8,30,65); }
div.DivClassName
{
background-color: #081E41;
}
.BgClassName
{
background-color: #081E41;
}
</style>
border-color css
<style>
span { border-color: #081E41; }
span { border-color: rgb(8,30,65); }
td.TdClassName
{
border-color: #081E41;
}
.TagClassName
{
border-color: #081E41;
}
</style>