Shades of Midnight Express #080C3C
Tints of Midnight Express #080C3C
RGB
CMYK
RGB Variations
Color information
#080C3C (or 0x080C3C) is known color: Midnight Express. HEX triplet: 08, 0C and 3C. RGB value is (8,12,60). Sum of RGB (Red+Green+Blue) = 8+12+60=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 60 (23.83% from 255 or 75% from 80); Max value from RGB is 60 - color contains mainly: blue. Hex color #080C3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C3C is #F7F3C3. Grayscale: #101010. Windows color (decimal): -16249796 or 3935240. OLE color: 3935240.
HSL color Cylindrical-coordinate representation of color #080C3C: hue angle of 235.38º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #080C3C is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 12 | 60 | - |
| CMYK | 0.87 | 0.80 | 0 | 0.76 |
| HSL | 235.38º | 0.76% | 0.13% | - |
| HSV(B) | 235.38º | 0.87% | 0.24% | - |
| XYZ | 1.05 | 0.64 | 4.34 | - |
| YUV | 16.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 60 | 0.87 | 0.80 | 0 | 0.76 | 235.38 | 0.76 | 0.13 |
| Hex | 8 | C | 3C | 57 | 50 | 0 | 4C | EB | 4C | D |
| Octal | 10 | 14 | 74 | 127 | 120 | 0 | 114 | 353 | 114 | 15 |
| Binary | 1000 | 1100 | 111100 | 1010111 | 1010000 | 0 | 1001100 | 11101011 | 1001100 | 1101 |
Color Harmonies of #080C3C
Complementary color
Monochromatic Colors of #080C3C
Black with #080C3C
Text Example
Text Example
White with #080C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C3C; }
p { color: rgb(8,12,60); }
H1.HeaderClassName
{
color: #080C3C;
}
.AnyTagClassName
{
color: #080C3C;
}
</style>
background-color css
<style>
a { background-color: #080C3C; }
a { background-color: rgb(8,12,60); }
div.DivClassName
{
background-color: #080C3C;
}
.BgClassName
{
background-color: #080C3C;
}
</style>
border-color css
<style>
span { border-color: #080C3C; }
span { border-color: rgb(8,12,60); }
td.TdClassName
{
border-color: #080C3C;
}
.TagClassName
{
border-color: #080C3C;
}
</style>