Shades of Midnight Express #081045
Tints of Midnight Express #081045
RGB
CMYK
RGB Variations
Color information
#081045 (or 0x081045) is known color: Midnight Express. HEX triplet: 08, 10 and 45. RGB value is (8,16,69). Sum of RGB (Red+Green+Blue) = 8+16+69=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 69 (27.34% from 255 or 74.19% from 93); Max value from RGB is 69 - color contains mainly: blue. Hex color #081045 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081045 is #F7EFBA. Grayscale: #131313. Windows color (decimal): -16248763 or 4526088. OLE color: 4526088.
HSL color Cylindrical-coordinate representation of color #081045: hue angle of 232.13º 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 #081045 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 16 | 69 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.73 |
| HSL | 232.13º | 0.79% | 0.15% | - |
| HSV(B) | 232.13º | 0.88% | 0.27% | - |
| XYZ | 1.36 | 0.85 | 5.72 | - |
| YUV | 19.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 69 | 0.88 | 0.77 | 0 | 0.73 | 232.13 | 0.79 | 0.15 |
| Hex | 8 | 10 | 45 | 58 | 4D | 0 | 49 | E8 | 4F | F |
| Octal | 10 | 20 | 105 | 130 | 115 | 0 | 111 | 350 | 117 | 17 |
| Binary | 1000 | 10000 | 1000101 | 1011000 | 1001101 | 0 | 1001001 | 11101000 | 1001111 | 1111 |
Color Harmonies of #081045
Complementary color
Monochromatic Colors of #081045
Black with #081045
Text Example
Text Example
White with #081045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081045; }
p { color: rgb(8,16,69); }
H1.HeaderClassName
{
color: #081045;
}
.AnyTagClassName
{
color: #081045;
}
</style>
background-color css
<style>
a { background-color: #081045; }
a { background-color: rgb(8,16,69); }
div.DivClassName
{
background-color: #081045;
}
.BgClassName
{
background-color: #081045;
}
</style>
border-color css
<style>
span { border-color: #081045; }
span { border-color: rgb(8,16,69); }
td.TdClassName
{
border-color: #081045;
}
.TagClassName
{
border-color: #081045;
}
</style>