Shades of Midnight Express #081136
Tints of Midnight Express #081136
RGB
CMYK
RGB Variations
Color information
#081136 (or 0x081136) is known color: Midnight Express. HEX triplet: 08, 11 and 36. RGB value is (8,17,54). Sum of RGB (Red+Green+Blue) = 8+17+54=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 54 (21.48% from 255 or 68.35% from 79); Max value from RGB is 54 - color contains mainly: blue. Hex color #081136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081136 is #F7EEC9. Grayscale: #121212. Windows color (decimal): -16248522 or 3543304. OLE color: 3543304.
HSL color Cylindrical-coordinate representation of color #081136: hue angle of 228.26º 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 #081136 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 17 | 54 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.79 |
| HSL | 228.26º | 0.74% | 0.12% | - |
| HSV(B) | 228.26º | 0.85% | 0.21% | - |
| XYZ | 0.97 | 0.72 | 3.58 | - |
| YUV | 18.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 54 | 0.85 | 0.69 | 0 | 0.79 | 228.26 | 0.74 | 0.12 |
| Hex | 8 | 11 | 36 | 55 | 45 | 0 | 4F | E4 | 4A | C |
| Octal | 10 | 21 | 66 | 125 | 105 | 0 | 117 | 344 | 112 | 14 |
| Binary | 1000 | 10001 | 110110 | 1010101 | 1000101 | 0 | 1001111 | 11100100 | 1001010 | 1100 |
Color Harmonies of #081136
Complementary color
Monochromatic Colors of #081136
Black with #081136
Text Example
Text Example
White with #081136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081136; }
p { color: rgb(8,17,54); }
H1.HeaderClassName
{
color: #081136;
}
.AnyTagClassName
{
color: #081136;
}
</style>
background-color css
<style>
a { background-color: #081136; }
a { background-color: rgb(8,17,54); }
div.DivClassName
{
background-color: #081136;
}
.BgClassName
{
background-color: #081136;
}
</style>
border-color css
<style>
span { border-color: #081136; }
span { border-color: rgb(8,17,54); }
td.TdClassName
{
border-color: #081136;
}
.TagClassName
{
border-color: #081136;
}
</style>