Shades of Midnight Blue #081160
Tints of Midnight Blue #081160
RGB
CMYK
RGB Variations
Color information
#081160 (or 0x081160) is known color: Midnight Blue. HEX triplet: 08, 11 and 60. RGB value is (8,17,96). Sum of RGB (Red+Green+Blue) = 8+17+96=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 96 (37.89% from 255 or 79.34% from 121); Max value from RGB is 96 - color contains mainly: blue. Hex color #081160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081160 is #F7EE9F. Grayscale: #161616. Windows color (decimal): -16248480 or 6295816. OLE color: 6295816.
HSL color Cylindrical-coordinate representation of color #081160: hue angle of 233.86º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081160 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 17 | 96 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.62 |
| HSL | 233.86º | 0.85% | 0.2% | - |
| HSV(B) | 233.86º | 0.92% | 0.38% | - |
| XYZ | 2.41 | 1.3 | 11.19 | - |
| YUV | 23.32 | 169.02 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 96 | 0.92 | 0.82 | 0 | 0.62 | 233.86 | 0.85 | 0.2 |
| Hex | 8 | 11 | 60 | 5C | 52 | 0 | 3E | EA | 55 | 14 |
| Octal | 10 | 21 | 140 | 134 | 122 | 0 | 76 | 352 | 125 | 24 |
| Binary | 1000 | 10001 | 1100000 | 1011100 | 1010010 | 0 | 111110 | 11101010 | 1010101 | 10100 |
Color Harmonies of #081160
Complementary color
Monochromatic Colors of #081160
Black with #081160
Text Example
Text Example
White with #081160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081160; }
p { color: rgb(8,17,96); }
H1.HeaderClassName
{
color: #081160;
}
.AnyTagClassName
{
color: #081160;
}
</style>
background-color css
<style>
a { background-color: #081160; }
a { background-color: rgb(8,17,96); }
div.DivClassName
{
background-color: #081160;
}
.BgClassName
{
background-color: #081160;
}
</style>
border-color css
<style>
span { border-color: #081160; }
span { border-color: rgb(8,17,96); }
td.TdClassName
{
border-color: #081160;
}
.TagClassName
{
border-color: #081160;
}
</style>