Shades of Midnight Express #080C34
Tints of Midnight Express #080C34
RGB
CMYK
RGB Variations
Color information
#080C34 (or 0x080C34) is known color: Midnight Express. HEX triplet: 08, 0C and 34. RGB value is (8,12,52). Sum of RGB (Red+Green+Blue) = 8+12+52=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 52 (20.70% from 255 or 72.22% from 72); Max value from RGB is 52 - color contains mainly: blue. Hex color #080C34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C34 is #F7F3CB. Grayscale: #0F0F0F. Windows color (decimal): -16249804 or 3410952. OLE color: 3410952.
HSL color Cylindrical-coordinate representation of color #080C34: hue angle of 234.55º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080C34 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 12 | 52 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.80 |
| HSL | 234.55º | 0.73% | 0.12% | - |
| HSV(B) | 234.55º | 0.85% | 0.2% | - |
| XYZ | 0.85 | 0.56 | 3.31 | - |
| YUV | 15.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 52 | 0.85 | 0.77 | 0 | 0.80 | 234.55 | 0.73 | 0.12 |
| Hex | 8 | C | 34 | 55 | 4D | 0 | 50 | EB | 49 | C |
| Octal | 10 | 14 | 64 | 125 | 115 | 0 | 120 | 353 | 111 | 14 |
| Binary | 1000 | 1100 | 110100 | 1010101 | 1001101 | 0 | 1010000 | 11101011 | 1001001 | 1100 |
Color Harmonies of #080C34
Complementary color
Monochromatic Colors of #080C34
Black with #080C34
Text Example
Text Example
White with #080C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C34; }
p { color: rgb(8,12,52); }
H1.HeaderClassName
{
color: #080C34;
}
.AnyTagClassName
{
color: #080C34;
}
</style>
background-color css
<style>
a { background-color: #080C34; }
a { background-color: rgb(8,12,52); }
div.DivClassName
{
background-color: #080C34;
}
.BgClassName
{
background-color: #080C34;
}
</style>
border-color css
<style>
span { border-color: #080C34; }
span { border-color: rgb(8,12,52); }
td.TdClassName
{
border-color: #080C34;
}
.TagClassName
{
border-color: #080C34;
}
</style>