Shades of Midnight Express #080747
Tints of Midnight Express #080747
RGB
CMYK
RGB Variations
Color information
#080747 (or 0x080747) is known color: Midnight Express. HEX triplet: 08, 07 and 47. RGB value is (8,7,71). Sum of RGB (Red+Green+Blue) = 8+7+71=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 71 (28.12% from 255 or 82.56% from 86); Max value from RGB is 71 - color contains mainly: blue. Hex color #080747 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080747 is #F7F8B8. Grayscale: #0E0E0E. Windows color (decimal): -16251065 or 4654856. OLE color: 4654856.
HSL color Cylindrical-coordinate representation of color #080747: hue angle of 240.94º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080747 is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 7 | 71 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.72 |
| HSL | 240.94º | 0.82% | 0.15% | - |
| HSV(B) | 240.94º | 0.9% | 0.28% | - |
| XYZ | 1.31 | 0.66 | 6.02 | - |
| YUV | 14.6 | 159.83 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 71 | 0.89 | 0.90 | 0 | 0.72 | 240.94 | 0.82 | 0.15 |
| Hex | 8 | 7 | 47 | 59 | 5A | 0 | 48 | F1 | 52 | F |
| Octal | 10 | 7 | 107 | 131 | 132 | 0 | 110 | 361 | 122 | 17 |
| Binary | 1000 | 111 | 1000111 | 1011001 | 1011010 | 0 | 1001000 | 11110001 | 1010010 | 1111 |
Color Harmonies of #080747
Complementary color
Monochromatic Colors of #080747
Black with #080747
Text Example
Text Example
White with #080747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080747; }
p { color: rgb(8,7,71); }
H1.HeaderClassName
{
color: #080747;
}
.AnyTagClassName
{
color: #080747;
}
</style>
background-color css
<style>
a { background-color: #080747; }
a { background-color: rgb(8,7,71); }
div.DivClassName
{
background-color: #080747;
}
.BgClassName
{
background-color: #080747;
}
</style>
border-color css
<style>
span { border-color: #080747; }
span { border-color: rgb(8,7,71); }
td.TdClassName
{
border-color: #080747;
}
.TagClassName
{
border-color: #080747;
}
</style>