Shades of Midnight Express #081049
Tints of Midnight Express #081049
RGB
CMYK
RGB Variations
Color information
#081049 (or 0x081049) is known color: Midnight Express. HEX triplet: 08, 10 and 49. RGB value is (8,16,73). Sum of RGB (Red+Green+Blue) = 8+16+73=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 73 (28.91% from 255 or 75.26% from 97); Max value from RGB is 73 - color contains mainly: blue. Hex color #081049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081049 is #F7EFB6. Grayscale: #131313. Windows color (decimal): -16248759 or 4788232. OLE color: 4788232.
HSL color Cylindrical-coordinate representation of color #081049: hue angle of 232.62º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #081049 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 16 | 73 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.71 |
| HSL | 232.62º | 0.8% | 0.16% | - |
| HSV(B) | 232.62º | 0.89% | 0.29% | - |
| XYZ | 1.49 | 0.9 | 6.4 | - |
| YUV | 20.11 | 157.85 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 73 | 0.89 | 0.78 | 0 | 0.71 | 232.62 | 0.8 | 0.16 |
| Hex | 8 | 10 | 49 | 59 | 4E | 0 | 47 | E9 | 50 | 10 |
| Octal | 10 | 20 | 111 | 131 | 116 | 0 | 107 | 351 | 120 | 20 |
| Binary | 1000 | 10000 | 1001001 | 1011001 | 1001110 | 0 | 1000111 | 11101001 | 1010000 | 10000 |
Color Harmonies of #081049
Complementary color
Monochromatic Colors of #081049
Black with #081049
Text Example
Text Example
White with #081049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081049; }
p { color: rgb(8,16,73); }
H1.HeaderClassName
{
color: #081049;
}
.AnyTagClassName
{
color: #081049;
}
</style>
background-color css
<style>
a { background-color: #081049; }
a { background-color: rgb(8,16,73); }
div.DivClassName
{
background-color: #081049;
}
.BgClassName
{
background-color: #081049;
}
</style>
border-color css
<style>
span { border-color: #081049; }
span { border-color: rgb(8,16,73); }
td.TdClassName
{
border-color: #081049;
}
.TagClassName
{
border-color: #081049;
}
</style>