Shades of Midnight Blue #11085B
Tints of Midnight Blue #11085B
RGB
CMYK
RGB Variations
Color information
#11085B (or 0x11085B) is known color: Midnight Blue. HEX triplet: 11, 08 and 5B. RGB value is (17,8,91). Sum of RGB (Red+Green+Blue) = 17+8+91=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 91 (35.94% from 255 or 78.45% from 116); Max value from RGB is 91 - color contains mainly: blue. Hex color #11085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11085B is #EEF7A4. Grayscale: #131313. Windows color (decimal): -15660965 or 5965841. OLE color: 5965841.
HSL color Cylindrical-coordinate representation of color #11085B: hue angle of 246.51º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11085B is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 8 | 91 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.64 |
| HSL | 246.51º | 0.84% | 0.19% | - |
| HSV(B) | 246.51º | 0.91% | 0.36% | - |
| XYZ | 2.21 | 1.05 | 9.98 | - |
| YUV | 20.15 | 167.98 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 91 | 0.81 | 0.91 | 0 | 0.64 | 246.51 | 0.84 | 0.19 |
| Hex | 11 | 8 | 5B | 51 | 5B | 0 | 40 | F7 | 54 | 13 |
| Octal | 21 | 10 | 133 | 121 | 133 | 0 | 100 | 367 | 124 | 23 |
| Binary | 10001 | 1000 | 1011011 | 1010001 | 1011011 | 0 | 1000000 | 11110111 | 1010100 | 10011 |
Color Harmonies of #11085B
Complementary color
Monochromatic Colors of #11085B
Black with #11085B
Text Example
Text Example
White with #11085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11085B; }
p { color: rgb(17,8,91); }
H1.HeaderClassName
{
color: #11085B;
}
.AnyTagClassName
{
color: #11085B;
}
</style>
background-color css
<style>
a { background-color: #11085B; }
a { background-color: rgb(17,8,91); }
div.DivClassName
{
background-color: #11085B;
}
.BgClassName
{
background-color: #11085B;
}
</style>
border-color css
<style>
span { border-color: #11085B; }
span { border-color: rgb(17,8,91); }
td.TdClassName
{
border-color: #11085B;
}
.TagClassName
{
border-color: #11085B;
}
</style>