Shades of Midnight Express #081F47
Tints of Midnight Express #081F47
RGB
CMYK
RGB Variations
Color information
#081F47 (or 0x081F47) is known color: Midnight Express. HEX triplet: 08, 1F and 47. RGB value is (8,31,71). Sum of RGB (Red+Green+Blue) = 8+31+71=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #081F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F47 is #F7E0B8. Grayscale: #1C1C1C. Windows color (decimal): -16244921 or 4661000. OLE color: 4661000.
HSL color Cylindrical-coordinate representation of color #081F47: hue angle of 218.1º 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 #081F47 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 31 | 71 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.72 |
| HSL | 218.1º | 0.8% | 0.15% | - |
| HSV(B) | 218.1º | 0.89% | 0.28% | - |
| XYZ | 1.73 | 1.49 | 6.16 | - |
| YUV | 28.68 | 151.88 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 71 | 0.89 | 0.56 | 0 | 0.72 | 218.1 | 0.8 | 0.15 |
| Hex | 8 | 1F | 47 | 59 | 38 | 0 | 48 | DA | 50 | F |
| Octal | 10 | 37 | 107 | 131 | 70 | 0 | 110 | 332 | 120 | 17 |
| Binary | 1000 | 11111 | 1000111 | 1011001 | 111000 | 0 | 1001000 | 11011010 | 1010000 | 1111 |
Color Harmonies of #081F47
Complementary color
Monochromatic Colors of #081F47
Black with #081F47
Text Example
Text Example
White with #081F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F47; }
p { color: rgb(8,31,71); }
H1.HeaderClassName
{
color: #081F47;
}
.AnyTagClassName
{
color: #081F47;
}
</style>
background-color css
<style>
a { background-color: #081F47; }
a { background-color: rgb(8,31,71); }
div.DivClassName
{
background-color: #081F47;
}
.BgClassName
{
background-color: #081F47;
}
</style>
border-color css
<style>
span { border-color: #081F47; }
span { border-color: rgb(8,31,71); }
td.TdClassName
{
border-color: #081F47;
}
.TagClassName
{
border-color: #081F47;
}
</style>