Shades of Midnight Blue #11085A
Tints of Midnight Blue #11085A
RGB
CMYK
RGB Variations
Color information
#11085A (or 0x11085A) is known color: Midnight Blue. HEX triplet: 11, 08 and 5A. RGB value is (17,8,90). Sum of RGB (Red+Green+Blue) = 17+8+90=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #11085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11085A is #EEF7A5. Grayscale: #131313. Windows color (decimal): -15660966 or 5900305. OLE color: 5900305.
HSL color Cylindrical-coordinate representation of color #11085A: hue angle of 246.59º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11085A is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 8 | 90 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.65 |
| HSL | 246.59º | 0.84% | 0.19% | - |
| HSV(B) | 246.59º | 0.91% | 0.35% | - |
| XYZ | 2.16 | 1.03 | 9.76 | - |
| YUV | 20.04 | 167.48 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 90 | 0.81 | 0.91 | 0 | 0.65 | 246.59 | 0.84 | 0.19 |
| Hex | 11 | 8 | 5A | 51 | 5B | 0 | 41 | F7 | 54 | 13 |
| Octal | 21 | 10 | 132 | 121 | 133 | 0 | 101 | 367 | 124 | 23 |
| Binary | 10001 | 1000 | 1011010 | 1010001 | 1011011 | 0 | 1000001 | 11110111 | 1010100 | 10011 |
Color Harmonies of #11085A
Complementary color
Monochromatic Colors of #11085A
Black with #11085A
Text Example
Text Example
White with #11085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11085A; }
p { color: rgb(17,8,90); }
H1.HeaderClassName
{
color: #11085A;
}
.AnyTagClassName
{
color: #11085A;
}
</style>
background-color css
<style>
a { background-color: #11085A; }
a { background-color: rgb(17,8,90); }
div.DivClassName
{
background-color: #11085A;
}
.BgClassName
{
background-color: #11085A;
}
</style>
border-color css
<style>
span { border-color: #11085A; }
span { border-color: rgb(17,8,90); }
td.TdClassName
{
border-color: #11085A;
}
.TagClassName
{
border-color: #11085A;
}
</style>