Shades of Midnight Express #080C4C
Tints of Midnight Express #080C4C
RGB
CMYK
RGB Variations
Color information
#080C4C (or 0x080C4C) is known color: Midnight Express. HEX triplet: 08, 0C and 4C. RGB value is (8,12,76). Sum of RGB (Red+Green+Blue) = 8+12+76=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 76 (30.08% from 255 or 79.17% from 96); Max value from RGB is 76 - color contains mainly: blue. Hex color #080C4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C4C is #F7F3B3. Grayscale: #111111. Windows color (decimal): -16249780 or 4983816. OLE color: 4983816.
HSL color Cylindrical-coordinate representation of color #080C4C: hue angle of 236.47º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080C4C is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 12 | 76 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.70 |
| HSL | 236.47º | 0.81% | 0.16% | - |
| HSV(B) | 236.47º | 0.89% | 0.3% | - |
| XYZ | 1.54 | 0.84 | 6.92 | - |
| YUV | 18.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 76 | 0.89 | 0.84 | 0 | 0.70 | 236.47 | 0.81 | 0.16 |
| Hex | 8 | C | 4C | 59 | 54 | 0 | 46 | EC | 51 | 10 |
| Octal | 10 | 14 | 114 | 131 | 124 | 0 | 106 | 354 | 121 | 20 |
| Binary | 1000 | 1100 | 1001100 | 1011001 | 1010100 | 0 | 1000110 | 11101100 | 1010001 | 10000 |
Color Harmonies of #080C4C
Complementary color
Monochromatic Colors of #080C4C
Black with #080C4C
Text Example
Text Example
White with #080C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C4C; }
p { color: rgb(8,12,76); }
H1.HeaderClassName
{
color: #080C4C;
}
.AnyTagClassName
{
color: #080C4C;
}
</style>
background-color css
<style>
a { background-color: #080C4C; }
a { background-color: rgb(8,12,76); }
div.DivClassName
{
background-color: #080C4C;
}
.BgClassName
{
background-color: #080C4C;
}
</style>
border-color css
<style>
span { border-color: #080C4C; }
span { border-color: rgb(8,12,76); }
td.TdClassName
{
border-color: #080C4C;
}
.TagClassName
{
border-color: #080C4C;
}
</style>