Shades of Midnight Express #081241
Tints of Midnight Express #081241
RGB
CMYK
RGB Variations
Color information
#081241 (or 0x081241) is known color: Midnight Express. HEX triplet: 08, 12 and 41. RGB value is (8,18,65). Sum of RGB (Red+Green+Blue) = 8+18+65=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #081241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081241 is #F7EDBE. Grayscale: #141414. Windows color (decimal): -16248255 or 4264456. OLE color: 4264456.
HSL color Cylindrical-coordinate representation of color #081241: hue angle of 229.47º 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 #081241 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 18 | 65 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.75 |
| HSL | 229.47º | 0.78% | 0.14% | - |
| HSV(B) | 229.47º | 0.88% | 0.25% | - |
| XYZ | 1.27 | 0.87 | 5.1 | - |
| YUV | 20.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 65 | 0.88 | 0.72 | 0 | 0.75 | 229.47 | 0.78 | 0.14 |
| Hex | 8 | 12 | 41 | 58 | 48 | 0 | 4B | E5 | 4E | E |
| Octal | 10 | 22 | 101 | 130 | 110 | 0 | 113 | 345 | 116 | 16 |
| Binary | 1000 | 10010 | 1000001 | 1011000 | 1001000 | 0 | 1001011 | 11100101 | 1001110 | 1110 |
Color Harmonies of #081241
Complementary color
Monochromatic Colors of #081241
Black with #081241
Text Example
Text Example
White with #081241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081241; }
p { color: rgb(8,18,65); }
H1.HeaderClassName
{
color: #081241;
}
.AnyTagClassName
{
color: #081241;
}
</style>
background-color css
<style>
a { background-color: #081241; }
a { background-color: rgb(8,18,65); }
div.DivClassName
{
background-color: #081241;
}
.BgClassName
{
background-color: #081241;
}
</style>
border-color css
<style>
span { border-color: #081241; }
span { border-color: rgb(8,18,65); }
td.TdClassName
{
border-color: #081241;
}
.TagClassName
{
border-color: #081241;
}
</style>