Shades of Midnight Express #081C3C
Tints of Midnight Express #081C3C
RGB
CMYK
RGB Variations
Color information
#081C3C (or 0x081C3C) is known color: Midnight Express. HEX triplet: 08, 1C and 3C. RGB value is (8,28,60). Sum of RGB (Red+Green+Blue) = 8+28+60=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #081C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081C3C is #F7E3C3. Grayscale: #191919. Windows color (decimal): -16245700 or 3939336. OLE color: 3939336.
HSL color Cylindrical-coordinate representation of color #081C3C: hue angle of 216.92º 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 #081C3C is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 28 | 60 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.76 |
| HSL | 216.92º | 0.76% | 0.13% | - |
| HSV(B) | 216.92º | 0.87% | 0.24% | - |
| XYZ | 1.33 | 1.21 | 4.44 | - |
| YUV | 25.67 | 147.37 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 60 | 0.87 | 0.53 | 0 | 0.76 | 216.92 | 0.76 | 0.13 |
| Hex | 8 | 1C | 3C | 57 | 35 | 0 | 4C | D9 | 4C | D |
| Octal | 10 | 34 | 74 | 127 | 65 | 0 | 114 | 331 | 114 | 15 |
| Binary | 1000 | 11100 | 111100 | 1010111 | 110101 | 0 | 1001100 | 11011001 | 1001100 | 1101 |
Color Harmonies of #081C3C
Complementary color
Monochromatic Colors of #081C3C
Black with #081C3C
Text Example
Text Example
White with #081C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C3C; }
p { color: rgb(8,28,60); }
H1.HeaderClassName
{
color: #081C3C;
}
.AnyTagClassName
{
color: #081C3C;
}
</style>
background-color css
<style>
a { background-color: #081C3C; }
a { background-color: rgb(8,28,60); }
div.DivClassName
{
background-color: #081C3C;
}
.BgClassName
{
background-color: #081C3C;
}
</style>
border-color css
<style>
span { border-color: #081C3C; }
span { border-color: rgb(8,28,60); }
td.TdClassName
{
border-color: #081C3C;
}
.TagClassName
{
border-color: #081C3C;
}
</style>