Shades of Midnight Express #081133
Tints of Midnight Express #081133
RGB
CMYK
RGB Variations
Color information
#081133 (or 0x081133) is known color: Midnight Express. HEX triplet: 08, 11 and 33. RGB value is (8,17,51). Sum of RGB (Red+Green+Blue) = 8+17+51=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 51 (20.31% from 255 or 67.11% from 76); Max value from RGB is 51 - color contains mainly: blue. Hex color #081133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081133 is #F7EECC. Grayscale: #121212. Windows color (decimal): -16248525 or 3346696. OLE color: 3346696.
HSL color Cylindrical-coordinate representation of color #081133: hue angle of 227.44º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #081133 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 8 | 17 | 51 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.8 |
| HSL | 227.44º | 0.73% | 0.12% | - |
| HSV(B) | 227.44º | 0.84% | 0.2% | - |
| XYZ | 0.9 | 0.69 | 3.22 | - |
| YUV | 18.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 51 | 0.84 | 0.67 | 0 | 0.8 | 227.44 | 0.73 | 0.12 |
| Hex | 8 | 11 | 33 | 54 | 43 | 0 | 50 | E3 | 49 | C |
| Octal | 10 | 21 | 63 | 124 | 103 | 0 | 120 | 343 | 111 | 14 |
| Binary | 1000 | 10001 | 110011 | 1010100 | 1000011 | 0 | 1010000 | 11100011 | 1001001 | 1100 |
Color Harmonies of #081133
Complementary color
Monochromatic Colors of #081133
Black with #081133
Text Example
Text Example
White with #081133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081133; }
p { color: rgb(8,17,51); }
H1.HeaderClassName
{
color: #081133;
}
.AnyTagClassName
{
color: #081133;
}
</style>
background-color css
<style>
a { background-color: #081133; }
a { background-color: rgb(8,17,51); }
div.DivClassName
{
background-color: #081133;
}
.BgClassName
{
background-color: #081133;
}
</style>
border-color css
<style>
span { border-color: #081133; }
span { border-color: rgb(8,17,51); }
td.TdClassName
{
border-color: #081133;
}
.TagClassName
{
border-color: #081133;
}
</style>