Shades of Midnight Express #080748
Tints of Midnight Express #080748
RGB
CMYK
RGB Variations
Color information
#080748 (or 0x080748) is known color: Midnight Express. HEX triplet: 08, 07 and 48. RGB value is (8,7,72). Sum of RGB (Red+Green+Blue) = 8+7+72=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 72 (28.52% from 255 or 82.76% from 87); Max value from RGB is 72 - color contains mainly: blue. Hex color #080748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080748 is #F7F8B7. Grayscale: #0E0E0E. Windows color (decimal): -16251064 or 4720392. OLE color: 4720392.
HSL color Cylindrical-coordinate representation of color #080748: hue angle of 240.92º 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 #080748 is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 7 | 72 | - |
| CMYK | 0.89 | 0.90 | 0 | 0.72 |
| HSL | 240.92º | 0.82% | 0.15% | - |
| HSV(B) | 240.92º | 0.9% | 0.28% | - |
| XYZ | 1.35 | 0.67 | 6.19 | - |
| YUV | 14.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 72 | 0.89 | 0.90 | 0 | 0.72 | 240.92 | 0.82 | 0.15 |
| Hex | 8 | 7 | 48 | 59 | 5A | 0 | 48 | F1 | 52 | F |
| Octal | 10 | 7 | 110 | 131 | 132 | 0 | 110 | 361 | 122 | 17 |
| Binary | 1000 | 111 | 1001000 | 1011001 | 1011010 | 0 | 1001000 | 11110001 | 1010010 | 1111 |
Color Harmonies of #080748
Complementary color
Monochromatic Colors of #080748
Black with #080748
Text Example
Text Example
White with #080748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080748; }
p { color: rgb(8,7,72); }
H1.HeaderClassName
{
color: #080748;
}
.AnyTagClassName
{
color: #080748;
}
</style>
background-color css
<style>
a { background-color: #080748; }
a { background-color: rgb(8,7,72); }
div.DivClassName
{
background-color: #080748;
}
.BgClassName
{
background-color: #080748;
}
</style>
border-color css
<style>
span { border-color: #080748; }
span { border-color: rgb(8,7,72); }
td.TdClassName
{
border-color: #080748;
}
.TagClassName
{
border-color: #080748;
}
</style>