Shades of Midnight Express #081036
Tints of Midnight Express #081036
RGB
CMYK
RGB Variations
Color information
#081036 (or 0x081036) is known color: Midnight Express. HEX triplet: 08, 10 and 36. RGB value is (8,16,54). Sum of RGB (Red+Green+Blue) = 8+16+54=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 54 (21.48% from 255 or 69.23% from 78); Max value from RGB is 54 - color contains mainly: blue. Hex color #081036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081036 is #F7EFC9. Grayscale: #111111. Windows color (decimal): -16248778 or 3543048. OLE color: 3543048.
HSL color Cylindrical-coordinate representation of color #081036: hue angle of 229.57º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #081036 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 16 | 54 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.79 |
| HSL | 229.57º | 0.74% | 0.12% | - |
| HSV(B) | 229.57º | 0.85% | 0.21% | - |
| XYZ | 0.95 | 0.69 | 3.57 | - |
| YUV | 17.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 54 | 0.85 | 0.70 | 0 | 0.79 | 229.57 | 0.74 | 0.12 |
| Hex | 8 | 10 | 36 | 55 | 46 | 0 | 4F | E6 | 4A | C |
| Octal | 10 | 20 | 66 | 125 | 106 | 0 | 117 | 346 | 112 | 14 |
| Binary | 1000 | 10000 | 110110 | 1010101 | 1000110 | 0 | 1001111 | 11100110 | 1001010 | 1100 |
Color Harmonies of #081036
Complementary color
Monochromatic Colors of #081036
Black with #081036
Text Example
Text Example
White with #081036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081036; }
p { color: rgb(8,16,54); }
H1.HeaderClassName
{
color: #081036;
}
.AnyTagClassName
{
color: #081036;
}
</style>
background-color css
<style>
a { background-color: #081036; }
a { background-color: rgb(8,16,54); }
div.DivClassName
{
background-color: #081036;
}
.BgClassName
{
background-color: #081036;
}
</style>
border-color css
<style>
span { border-color: #081036; }
span { border-color: rgb(8,16,54); }
td.TdClassName
{
border-color: #081036;
}
.TagClassName
{
border-color: #081036;
}
</style>