Shades of Midnight Express #081547
Tints of Midnight Express #081547
RGB
CMYK
RGB Variations
Color information
#081547 (or 0x081547) is known color: Midnight Express. HEX triplet: 08, 15 and 47. RGB value is (8,21,71). Sum of RGB (Red+Green+Blue) = 8+21+71=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 71 (28.12% from 255 or 71% from 100); Max value from RGB is 71 - color contains mainly: blue. Hex color #081547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081547 is #F7EAB8. Grayscale: #161616. Windows color (decimal): -16247481 or 4658440. OLE color: 4658440.
HSL color Cylindrical-coordinate representation of color #081547: hue angle of 227.62º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #081547 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 21 | 71 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.72 |
| HSL | 227.62º | 0.8% | 0.15% | - |
| HSV(B) | 227.62º | 0.89% | 0.28% | - |
| XYZ | 1.51 | 1.04 | 6.08 | - |
| YUV | 22.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 71 | 0.89 | 0.70 | 0 | 0.72 | 227.62 | 0.8 | 0.15 |
| Hex | 8 | 15 | 47 | 59 | 46 | 0 | 48 | E4 | 50 | F |
| Octal | 10 | 25 | 107 | 131 | 106 | 0 | 110 | 344 | 120 | 17 |
| Binary | 1000 | 10101 | 1000111 | 1011001 | 1000110 | 0 | 1001000 | 11100100 | 1010000 | 1111 |
Color Harmonies of #081547
Complementary color
Monochromatic Colors of #081547
Black with #081547
Text Example
Text Example
White with #081547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081547; }
p { color: rgb(8,21,71); }
H1.HeaderClassName
{
color: #081547;
}
.AnyTagClassName
{
color: #081547;
}
</style>
background-color css
<style>
a { background-color: #081547; }
a { background-color: rgb(8,21,71); }
div.DivClassName
{
background-color: #081547;
}
.BgClassName
{
background-color: #081547;
}
</style>
border-color css
<style>
span { border-color: #081547; }
span { border-color: rgb(8,21,71); }
td.TdClassName
{
border-color: #081547;
}
.TagClassName
{
border-color: #081547;
}
</style>