Shades of Midnight Express #081441
Tints of Midnight Express #081441
RGB
CMYK
RGB Variations
Color information
#081441 (or 0x081441) is known color: Midnight Express. HEX triplet: 08, 14 and 41. RGB value is (8,20,65). Sum of RGB (Red+Green+Blue) = 8+20+65=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 65 (25.78% from 255 or 69.89% from 93); Max value from RGB is 65 - color contains mainly: blue. Hex color #081441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081441 is #F7EBBE. Grayscale: #151515. Windows color (decimal): -16247743 or 4264968. OLE color: 4264968.
HSL color Cylindrical-coordinate representation of color #081441: hue angle of 227.37º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #081441 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 20 | 65 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.75 |
| HSL | 227.37º | 0.78% | 0.14% | - |
| HSV(B) | 227.37º | 0.88% | 0.25% | - |
| XYZ | 1.3 | 0.93 | 5.11 | - |
| YUV | 21.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 65 | 0.88 | 0.69 | 0 | 0.75 | 227.37 | 0.78 | 0.14 |
| Hex | 8 | 14 | 41 | 58 | 45 | 0 | 4B | E3 | 4E | E |
| Octal | 10 | 24 | 101 | 130 | 105 | 0 | 113 | 343 | 116 | 16 |
| Binary | 1000 | 10100 | 1000001 | 1011000 | 1000101 | 0 | 1001011 | 11100011 | 1001110 | 1110 |
Color Harmonies of #081441
Complementary color
Monochromatic Colors of #081441
Black with #081441
Text Example
Text Example
White with #081441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081441; }
p { color: rgb(8,20,65); }
H1.HeaderClassName
{
color: #081441;
}
.AnyTagClassName
{
color: #081441;
}
</style>
background-color css
<style>
a { background-color: #081441; }
a { background-color: rgb(8,20,65); }
div.DivClassName
{
background-color: #081441;
}
.BgClassName
{
background-color: #081441;
}
</style>
border-color css
<style>
span { border-color: #081441; }
span { border-color: rgb(8,20,65); }
td.TdClassName
{
border-color: #081441;
}
.TagClassName
{
border-color: #081441;
}
</style>