Shades of Midnight Express #080C42
Tints of Midnight Express #080C42
RGB
CMYK
RGB Variations
Color information
#080C42 (or 0x080C42) is known color: Midnight Express. HEX triplet: 08, 0C and 42. RGB value is (8,12,66). Sum of RGB (Red+Green+Blue) = 8+12+66=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 66 (26.17% from 255 or 76.74% from 86); Max value from RGB is 66 - color contains mainly: blue. Hex color #080C42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C42 is #F7F3BD. Grayscale: #101010. Windows color (decimal): -16249790 or 4328456. OLE color: 4328456.
HSL color Cylindrical-coordinate representation of color #080C42: hue angle of 235.86º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080C42 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 12 | 66 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.74 |
| HSL | 235.86º | 0.78% | 0.15% | - |
| HSV(B) | 235.86º | 0.88% | 0.26% | - |
| XYZ | 1.21 | 0.71 | 5.23 | - |
| YUV | 16.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 66 | 0.88 | 0.82 | 0 | 0.74 | 235.86 | 0.78 | 0.15 |
| Hex | 8 | C | 42 | 58 | 52 | 0 | 4A | EC | 4E | F |
| Octal | 10 | 14 | 102 | 130 | 122 | 0 | 112 | 354 | 116 | 17 |
| Binary | 1000 | 1100 | 1000010 | 1011000 | 1010010 | 0 | 1001010 | 11101100 | 1001110 | 1111 |
Color Harmonies of #080C42
Complementary color
Monochromatic Colors of #080C42
Black with #080C42
Text Example
Text Example
White with #080C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C42; }
p { color: rgb(8,12,66); }
H1.HeaderClassName
{
color: #080C42;
}
.AnyTagClassName
{
color: #080C42;
}
</style>
background-color css
<style>
a { background-color: #080C42; }
a { background-color: rgb(8,12,66); }
div.DivClassName
{
background-color: #080C42;
}
.BgClassName
{
background-color: #080C42;
}
</style>
border-color css
<style>
span { border-color: #080C42; }
span { border-color: rgb(8,12,66); }
td.TdClassName
{
border-color: #080C42;
}
.TagClassName
{
border-color: #080C42;
}
</style>