Shades of Midnight Blue #08116E
Tints of Midnight Blue #08116E
RGB
CMYK
RGB Variations
Color information
#08116E (or 0x08116E) is known color: Midnight Blue. HEX triplet: 08, 11 and 6E. RGB value is (8,17,110). Sum of RGB (Red+Green+Blue) = 8+17+110=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 110 (43.36% from 255 or 81.48% from 135); Max value from RGB is 110 - color contains mainly: blue. Hex color #08116E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08116E is #F7EE91. Grayscale: #181818. Windows color (decimal): -16248466 or 7213320. OLE color: 7213320.
HSL color Cylindrical-coordinate representation of color #08116E: hue angle of 234.71º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08116E is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 17 | 110 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.57 |
| HSL | 234.71º | 0.86% | 0.23% | - |
| HSV(B) | 234.71º | 0.93% | 0.43% | - |
| XYZ | 3.12 | 1.58 | 14.89 | - |
| YUV | 24.91 | 176.02 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 110 | 0.93 | 0.85 | 0 | 0.57 | 234.71 | 0.86 | 0.23 |
| Hex | 8 | 11 | 6E | 5D | 55 | 0 | 39 | EB | 56 | 17 |
| Octal | 10 | 21 | 156 | 135 | 125 | 0 | 71 | 353 | 126 | 27 |
| Binary | 1000 | 10001 | 1101110 | 1011101 | 1010101 | 0 | 111001 | 11101011 | 1010110 | 10111 |
Color Harmonies of #08116E
Complementary color
Monochromatic Colors of #08116E
Black with #08116E
Text Example
Text Example
White with #08116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08116E; }
p { color: rgb(8,17,110); }
H1.HeaderClassName
{
color: #08116E;
}
.AnyTagClassName
{
color: #08116E;
}
</style>
background-color css
<style>
a { background-color: #08116E; }
a { background-color: rgb(8,17,110); }
div.DivClassName
{
background-color: #08116E;
}
.BgClassName
{
background-color: #08116E;
}
</style>
border-color css
<style>
span { border-color: #08116E; }
span { border-color: rgb(8,17,110); }
td.TdClassName
{
border-color: #08116E;
}
.TagClassName
{
border-color: #08116E;
}
</style>