Shades of Midnight Blue #11086D
Tints of Midnight Blue #11086D
RGB
CMYK
RGB Variations
Color information
#11086D (or 0x11086D) is known color: Midnight Blue. HEX triplet: 11, 08 and 6D. RGB value is (17,8,109). Sum of RGB (Red+Green+Blue) = 17+8+109=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 109 (42.97% from 255 or 81.34% from 134); Max value from RGB is 109 - color contains mainly: blue. Hex color #11086D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11086D is #EEF792. Grayscale: #151515. Windows color (decimal): -15660947 or 7145489. OLE color: 7145489.
HSL color Cylindrical-coordinate representation of color #11086D: hue angle of 245.35º 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 #11086D is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 8 | 109 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.57 |
| HSL | 245.35º | 0.86% | 0.23% | - |
| HSV(B) | 245.35º | 0.93% | 0.43% | - |
| XYZ | 3.08 | 1.4 | 14.58 | - |
| YUV | 22.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 109 | 0.84 | 0.93 | 0 | 0.57 | 245.35 | 0.86 | 0.23 |
| Hex | 11 | 8 | 6D | 54 | 5D | 0 | 39 | F5 | 56 | 17 |
| Octal | 21 | 10 | 155 | 124 | 135 | 0 | 71 | 365 | 126 | 27 |
| Binary | 10001 | 1000 | 1101101 | 1010100 | 1011101 | 0 | 111001 | 11110101 | 1010110 | 10111 |
Color Harmonies of #11086D
Complementary color
Monochromatic Colors of #11086D
Black with #11086D
Text Example
Text Example
White with #11086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11086D; }
p { color: rgb(17,8,109); }
H1.HeaderClassName
{
color: #11086D;
}
.AnyTagClassName
{
color: #11086D;
}
</style>
background-color css
<style>
a { background-color: #11086D; }
a { background-color: rgb(17,8,109); }
div.DivClassName
{
background-color: #11086D;
}
.BgClassName
{
background-color: #11086D;
}
</style>
border-color css
<style>
span { border-color: #11086D; }
span { border-color: rgb(17,8,109); }
td.TdClassName
{
border-color: #11086D;
}
.TagClassName
{
border-color: #11086D;
}
</style>