Shades of Midnight Express #081149
Tints of Midnight Express #081149
RGB
CMYK
RGB Variations
Color information
#081149 (or 0x081149) is known color: Midnight Express. HEX triplet: 08, 11 and 49. RGB value is (8,17,73). Sum of RGB (Red+Green+Blue) = 8+17+73=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 73 (28.91% from 255 or 74.49% from 98); Max value from RGB is 73 - color contains mainly: blue. Hex color #081149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081149 is #F7EEB6. Grayscale: #141414. Windows color (decimal): -16248503 or 4788488. OLE color: 4788488.
HSL color Cylindrical-coordinate representation of color #081149: hue angle of 231.69º 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 #081149 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 17 | 73 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.71 |
| HSL | 231.69º | 0.8% | 0.16% | - |
| HSV(B) | 231.69º | 0.89% | 0.29% | - |
| XYZ | 1.5 | 0.93 | 6.4 | - |
| YUV | 20.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 73 | 0.89 | 0.77 | 0 | 0.71 | 231.69 | 0.8 | 0.16 |
| Hex | 8 | 11 | 49 | 59 | 4D | 0 | 47 | E8 | 50 | 10 |
| Octal | 10 | 21 | 111 | 131 | 115 | 0 | 107 | 350 | 120 | 20 |
| Binary | 1000 | 10001 | 1001001 | 1011001 | 1001101 | 0 | 1000111 | 11101000 | 1010000 | 10000 |
Color Harmonies of #081149
Complementary color
Monochromatic Colors of #081149
Black with #081149
Text Example
Text Example
White with #081149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081149; }
p { color: rgb(8,17,73); }
H1.HeaderClassName
{
color: #081149;
}
.AnyTagClassName
{
color: #081149;
}
</style>
background-color css
<style>
a { background-color: #081149; }
a { background-color: rgb(8,17,73); }
div.DivClassName
{
background-color: #081149;
}
.BgClassName
{
background-color: #081149;
}
</style>
border-color css
<style>
span { border-color: #081149; }
span { border-color: rgb(8,17,73); }
td.TdClassName
{
border-color: #081149;
}
.TagClassName
{
border-color: #081149;
}
</style>