Shades of Midnight Express #080A3C
Tints of Midnight Express #080A3C
RGB
CMYK
RGB Variations
Color information
#080A3C (or 0x080A3C) is known color: Midnight Express. HEX triplet: 08, 0A and 3C. RGB value is (8,10,60). Sum of RGB (Red+Green+Blue) = 8+10+60=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 60 (23.83% from 255 or 76.92% from 78); Max value from RGB is 60 - color contains mainly: blue. Hex color #080A3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A3C is #F7F5C3. Grayscale: #0E0E0E. Windows color (decimal): -16250308 or 3934728. OLE color: 3934728.
HSL color Cylindrical-coordinate representation of color #080A3C: hue angle of 237.69º 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 #080A3C is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 10 | 60 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.76 |
| HSL | 237.69º | 0.76% | 0.13% | - |
| HSV(B) | 237.69º | 0.87% | 0.24% | - |
| XYZ | 1.02 | 0.59 | 4.34 | - |
| YUV | 15.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 60 | 0.87 | 0.83 | 0 | 0.76 | 237.69 | 0.76 | 0.13 |
| Hex | 8 | A | 3C | 57 | 53 | 0 | 4C | EE | 4C | D |
| Octal | 10 | 12 | 74 | 127 | 123 | 0 | 114 | 356 | 114 | 15 |
| Binary | 1000 | 1010 | 111100 | 1010111 | 1010011 | 0 | 1001100 | 11101110 | 1001100 | 1101 |
Color Harmonies of #080A3C
Complementary color
Monochromatic Colors of #080A3C
Black with #080A3C
Text Example
Text Example
White with #080A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A3C; }
p { color: rgb(8,10,60); }
H1.HeaderClassName
{
color: #080A3C;
}
.AnyTagClassName
{
color: #080A3C;
}
</style>
background-color css
<style>
a { background-color: #080A3C; }
a { background-color: rgb(8,10,60); }
div.DivClassName
{
background-color: #080A3C;
}
.BgClassName
{
background-color: #080A3C;
}
</style>
border-color css
<style>
span { border-color: #080A3C; }
span { border-color: rgb(8,10,60); }
td.TdClassName
{
border-color: #080A3C;
}
.TagClassName
{
border-color: #080A3C;
}
</style>