Shades of Midnight Express #080D47
Tints of Midnight Express #080D47
RGB
CMYK
RGB Variations
Color information
#080D47 (or 0x080D47) is known color: Midnight Express. HEX triplet: 08, 0D and 47. RGB value is (8,13,71). Sum of RGB (Red+Green+Blue) = 8+13+71=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 71 (28.12% from 255 or 77.17% from 92); Max value from RGB is 71 - color contains mainly: blue. Hex color #080D47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D47 is #F7F2B8. Grayscale: #111111. Windows color (decimal): -16249529 or 4656392. OLE color: 4656392.
HSL color Cylindrical-coordinate representation of color #080D47: hue angle of 235.24º 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 #080D47 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 13 | 71 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.72 |
| HSL | 235.24º | 0.8% | 0.15% | - |
| HSV(B) | 235.24º | 0.89% | 0.28% | - |
| XYZ | 1.38 | 0.79 | 6.04 | - |
| YUV | 18.12 | 157.84 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 71 | 0.89 | 0.82 | 0 | 0.72 | 235.24 | 0.8 | 0.15 |
| Hex | 8 | D | 47 | 59 | 52 | 0 | 48 | EB | 50 | F |
| Octal | 10 | 15 | 107 | 131 | 122 | 0 | 110 | 353 | 120 | 17 |
| Binary | 1000 | 1101 | 1000111 | 1011001 | 1010010 | 0 | 1001000 | 11101011 | 1010000 | 1111 |
Color Harmonies of #080D47
Complementary color
Monochromatic Colors of #080D47
Black with #080D47
Text Example
Text Example
White with #080D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D47; }
p { color: rgb(8,13,71); }
H1.HeaderClassName
{
color: #080D47;
}
.AnyTagClassName
{
color: #080D47;
}
</style>
background-color css
<style>
a { background-color: #080D47; }
a { background-color: rgb(8,13,71); }
div.DivClassName
{
background-color: #080D47;
}
.BgClassName
{
background-color: #080D47;
}
</style>
border-color css
<style>
span { border-color: #080D47; }
span { border-color: rgb(8,13,71); }
td.TdClassName
{
border-color: #080D47;
}
.TagClassName
{
border-color: #080D47;
}
</style>