Shades of Midnight Blue #081471
Tints of Midnight Blue #081471
RGB
CMYK
RGB Variations
Color information
#081471 (or 0x081471) is known color: Midnight Blue. HEX triplet: 08, 14 and 71. RGB value is (8,20,113). Sum of RGB (Red+Green+Blue) = 8+20+113=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 113 (44.53% from 255 or 80.14% from 141); Max value from RGB is 113 - color contains mainly: blue. Hex color #081471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081471 is #F7EB8E. Grayscale: #1A1A1A. Windows color (decimal): -16247695 or 7410696. OLE color: 7410696.
HSL color Cylindrical-coordinate representation of color #081471: hue angle of 233.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081471 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 20 | 113 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.56 |
| HSL | 233.14º | 0.87% | 0.24% | - |
| HSV(B) | 233.14º | 0.93% | 0.44% | - |
| XYZ | 3.33 | 1.74 | 15.78 | - |
| YUV | 27.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 113 | 0.93 | 0.82 | 0 | 0.56 | 233.14 | 0.87 | 0.24 |
| Hex | 8 | 14 | 71 | 5D | 52 | 0 | 38 | E9 | 57 | 18 |
| Octal | 10 | 24 | 161 | 135 | 122 | 0 | 70 | 351 | 127 | 30 |
| Binary | 1000 | 10100 | 1110001 | 1011101 | 1010010 | 0 | 111000 | 11101001 | 1010111 | 11000 |
Color Harmonies of #081471
Complementary color
Monochromatic Colors of #081471
Black with #081471
Text Example
Text Example
White with #081471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081471; }
p { color: rgb(8,20,113); }
H1.HeaderClassName
{
color: #081471;
}
.AnyTagClassName
{
color: #081471;
}
</style>
background-color css
<style>
a { background-color: #081471; }
a { background-color: rgb(8,20,113); }
div.DivClassName
{
background-color: #081471;
}
.BgClassName
{
background-color: #081471;
}
</style>
border-color css
<style>
span { border-color: #081471; }
span { border-color: rgb(8,20,113); }
td.TdClassName
{
border-color: #081471;
}
.TagClassName
{
border-color: #081471;
}
</style>