Shades of Midnight Express #081947
Tints of Midnight Express #081947
RGB
CMYK
RGB Variations
Color information
#081947 (or 0x081947) is known color: Midnight Express. HEX triplet: 08, 19 and 47. RGB value is (8,25,71). Sum of RGB (Red+Green+Blue) = 8+25+71=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 71 (28.12% from 255 or 68.27% from 104); Max value from RGB is 71 - color contains mainly: blue. Hex color #081947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081947 is #F7E6B8. Grayscale: #181818. Windows color (decimal): -16246457 or 4659464. OLE color: 4659464.
HSL color Cylindrical-coordinate representation of color #081947: hue angle of 223.81º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #081947 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 25 | 71 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.72 |
| HSL | 223.81º | 0.8% | 0.15% | - |
| HSV(B) | 223.81º | 0.89% | 0.28% | - |
| XYZ | 1.59 | 1.2 | 6.11 | - |
| YUV | 25.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 71 | 0.89 | 0.65 | 0 | 0.72 | 223.81 | 0.8 | 0.15 |
| Hex | 8 | 19 | 47 | 59 | 41 | 0 | 48 | E0 | 50 | F |
| Octal | 10 | 31 | 107 | 131 | 101 | 0 | 110 | 340 | 120 | 17 |
| Binary | 1000 | 11001 | 1000111 | 1011001 | 1000001 | 0 | 1001000 | 11100000 | 1010000 | 1111 |
Color Harmonies of #081947
Complementary color
Monochromatic Colors of #081947
Black with #081947
Text Example
Text Example
White with #081947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081947; }
p { color: rgb(8,25,71); }
H1.HeaderClassName
{
color: #081947;
}
.AnyTagClassName
{
color: #081947;
}
</style>
background-color css
<style>
a { background-color: #081947; }
a { background-color: rgb(8,25,71); }
div.DivClassName
{
background-color: #081947;
}
.BgClassName
{
background-color: #081947;
}
</style>
border-color css
<style>
span { border-color: #081947; }
span { border-color: rgb(8,25,71); }
td.TdClassName
{
border-color: #081947;
}
.TagClassName
{
border-color: #081947;
}
</style>