Shades of Midnight Express #081047
Tints of Midnight Express #081047
RGB
CMYK
RGB Variations
Color information
#081047 (or 0x081047) is known color: Midnight Express. HEX triplet: 08, 10 and 47. RGB value is (8,16,71). Sum of RGB (Red+Green+Blue) = 8+16+71=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 71 (28.12% from 255 or 74.74% from 95); Max value from RGB is 71 - color contains mainly: blue. Hex color #081047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081047 is #F7EFB8. Grayscale: #131313. Windows color (decimal): -16248761 or 4657160. OLE color: 4657160.
HSL color Cylindrical-coordinate representation of color #081047: hue angle of 232.38º 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 #081047 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 16 | 71 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.72 |
| HSL | 232.38º | 0.8% | 0.15% | - |
| HSV(B) | 232.38º | 0.89% | 0.28% | - |
| XYZ | 1.42 | 0.88 | 6.06 | - |
| YUV | 19.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 71 | 0.89 | 0.77 | 0 | 0.72 | 232.38 | 0.8 | 0.15 |
| Hex | 8 | 10 | 47 | 59 | 4D | 0 | 48 | E8 | 50 | F |
| Octal | 10 | 20 | 107 | 131 | 115 | 0 | 110 | 350 | 120 | 17 |
| Binary | 1000 | 10000 | 1000111 | 1011001 | 1001101 | 0 | 1001000 | 11101000 | 1010000 | 1111 |
Color Harmonies of #081047
Complementary color
Monochromatic Colors of #081047
Black with #081047
Text Example
Text Example
White with #081047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081047; }
p { color: rgb(8,16,71); }
H1.HeaderClassName
{
color: #081047;
}
.AnyTagClassName
{
color: #081047;
}
</style>
background-color css
<style>
a { background-color: #081047; }
a { background-color: rgb(8,16,71); }
div.DivClassName
{
background-color: #081047;
}
.BgClassName
{
background-color: #081047;
}
</style>
border-color css
<style>
span { border-color: #081047; }
span { border-color: rgb(8,16,71); }
td.TdClassName
{
border-color: #081047;
}
.TagClassName
{
border-color: #081047;
}
</style>