Shades of Midnight Express #080C47
Tints of Midnight Express #080C47
RGB
CMYK
RGB Variations
Color information
#080C47 (or 0x080C47) is known color: Midnight Express. HEX triplet: 08, 0C and 47. RGB value is (8,12,71). Sum of RGB (Red+Green+Blue) = 8+12+71=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #080C47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C47 is #F7F3B8. Grayscale: #111111. Windows color (decimal): -16249785 or 4656136. OLE color: 4656136.
HSL color Cylindrical-coordinate representation of color #080C47: hue angle of 236.19º 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 #080C47 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 12 | 71 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.72 |
| HSL | 236.19º | 0.8% | 0.15% | - |
| HSV(B) | 236.19º | 0.89% | 0.28% | - |
| XYZ | 1.37 | 0.77 | 6.04 | - |
| YUV | 17.53 | 158.17 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 71 | 0.89 | 0.83 | 0 | 0.72 | 236.19 | 0.8 | 0.15 |
| Hex | 8 | C | 47 | 59 | 53 | 0 | 48 | EC | 50 | F |
| Octal | 10 | 14 | 107 | 131 | 123 | 0 | 110 | 354 | 120 | 17 |
| Binary | 1000 | 1100 | 1000111 | 1011001 | 1010011 | 0 | 1001000 | 11101100 | 1010000 | 1111 |
Color Harmonies of #080C47
Complementary color
Monochromatic Colors of #080C47
Black with #080C47
Text Example
Text Example
White with #080C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C47; }
p { color: rgb(8,12,71); }
H1.HeaderClassName
{
color: #080C47;
}
.AnyTagClassName
{
color: #080C47;
}
</style>
background-color css
<style>
a { background-color: #080C47; }
a { background-color: rgb(8,12,71); }
div.DivClassName
{
background-color: #080C47;
}
.BgClassName
{
background-color: #080C47;
}
</style>
border-color css
<style>
span { border-color: #080C47; }
span { border-color: rgb(8,12,71); }
td.TdClassName
{
border-color: #080C47;
}
.TagClassName
{
border-color: #080C47;
}
</style>