Shades of Midnight Express #081130
Tints of Midnight Express #081130
RGB
CMYK
RGB Variations
Color information
#081130 (or 0x081130) is known color: Midnight Express. HEX triplet: 08, 11 and 30. RGB value is (8,17,48). Sum of RGB (Red+Green+Blue) = 8+17+48=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 48 (19.14% from 255 or 65.75% from 73); Max value from RGB is 48 - color contains mainly: blue. Hex color #081130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081130 is #F7EECF. Grayscale: #111111. Windows color (decimal): -16248528 or 3150088. OLE color: 3150088.
HSL color Cylindrical-coordinate representation of color #081130: hue angle of 226.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #081130 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 17 | 48 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.81 |
| HSL | 226.5º | 0.71% | 0.11% | - |
| HSV(B) | 226.5º | 0.83% | 0.19% | - |
| XYZ | 0.83 | 0.67 | 2.88 | - |
| YUV | 17.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 48 | 0.83 | 0.65 | 0 | 0.81 | 226.5 | 0.71 | 0.11 |
| Hex | 8 | 11 | 30 | 53 | 41 | 0 | 51 | E2 | 47 | B |
| Octal | 10 | 21 | 60 | 123 | 101 | 0 | 121 | 342 | 107 | 13 |
| Binary | 1000 | 10001 | 110000 | 1010011 | 1000001 | 0 | 1010001 | 11100010 | 1000111 | 1011 |
Color Harmonies of #081130
Complementary color
Monochromatic Colors of #081130
Black with #081130
Text Example
Text Example
White with #081130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081130; }
p { color: rgb(8,17,48); }
H1.HeaderClassName
{
color: #081130;
}
.AnyTagClassName
{
color: #081130;
}
</style>
background-color css
<style>
a { background-color: #081130; }
a { background-color: rgb(8,17,48); }
div.DivClassName
{
background-color: #081130;
}
.BgClassName
{
background-color: #081130;
}
</style>
border-color css
<style>
span { border-color: #081130; }
span { border-color: rgb(8,17,48); }
td.TdClassName
{
border-color: #081130;
}
.TagClassName
{
border-color: #081130;
}
</style>