Shades of Midnight Express #081145
Tints of Midnight Express #081145
RGB
CMYK
RGB Variations
Color information
#081145 (or 0x081145) is known color: Midnight Express. HEX triplet: 08, 11 and 45. RGB value is (8,17,69). Sum of RGB (Red+Green+Blue) = 8+17+69=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 69 (27.34% from 255 or 73.40% from 94); Max value from RGB is 69 - color contains mainly: blue. Hex color #081145 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081145 is #F7EEBA. Grayscale: #141414. Windows color (decimal): -16248507 or 4526344. OLE color: 4526344.
HSL color Cylindrical-coordinate representation of color #081145: hue angle of 231.15º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #081145 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 17 | 69 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.73 |
| HSL | 231.15º | 0.79% | 0.15% | - |
| HSV(B) | 231.15º | 0.88% | 0.27% | - |
| XYZ | 1.37 | 0.88 | 5.73 | - |
| YUV | 20.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 69 | 0.88 | 0.75 | 0 | 0.73 | 231.15 | 0.79 | 0.15 |
| Hex | 8 | 11 | 45 | 58 | 4B | 0 | 49 | E7 | 4F | F |
| Octal | 10 | 21 | 105 | 130 | 113 | 0 | 111 | 347 | 117 | 17 |
| Binary | 1000 | 10001 | 1000101 | 1011000 | 1001011 | 0 | 1001001 | 11100111 | 1001111 | 1111 |
Color Harmonies of #081145
Complementary color
Monochromatic Colors of #081145
Black with #081145
Text Example
Text Example
White with #081145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081145; }
p { color: rgb(8,17,69); }
H1.HeaderClassName
{
color: #081145;
}
.AnyTagClassName
{
color: #081145;
}
</style>
background-color css
<style>
a { background-color: #081145; }
a { background-color: rgb(8,17,69); }
div.DivClassName
{
background-color: #081145;
}
.BgClassName
{
background-color: #081145;
}
</style>
border-color css
<style>
span { border-color: #081145; }
span { border-color: rgb(8,17,69); }
td.TdClassName
{
border-color: #081145;
}
.TagClassName
{
border-color: #081145;
}
</style>