Shades of Midnight Blue #11085D
Tints of Midnight Blue #11085D
RGB
CMYK
RGB Variations
Color information
#11085D (or 0x11085D) is known color: Midnight Blue. HEX triplet: 11, 08 and 5D. RGB value is (17,8,93). Sum of RGB (Red+Green+Blue) = 17+8+93=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 93 (36.72% from 255 or 78.81% from 118); Max value from RGB is 93 - color contains mainly: blue. Hex color #11085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11085D is #EEF7A2. Grayscale: #141414. Windows color (decimal): -15660963 or 6096913. OLE color: 6096913.
HSL color Cylindrical-coordinate representation of color #11085D: hue angle of 246.35º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11085D is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 8 | 93 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.64 |
| HSL | 246.35º | 0.84% | 0.2% | - |
| HSV(B) | 246.35º | 0.91% | 0.36% | - |
| XYZ | 2.29 | 1.08 | 10.44 | - |
| YUV | 20.38 | 168.98 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 93 | 0.82 | 0.91 | 0 | 0.64 | 246.35 | 0.84 | 0.2 |
| Hex | 11 | 8 | 5D | 52 | 5B | 0 | 40 | F6 | 54 | 14 |
| Octal | 21 | 10 | 135 | 122 | 133 | 0 | 100 | 366 | 124 | 24 |
| Binary | 10001 | 1000 | 1011101 | 1010010 | 1011011 | 0 | 1000000 | 11110110 | 1010100 | 10100 |
Color Harmonies of #11085D
Complementary color
Monochromatic Colors of #11085D
Black with #11085D
Text Example
Text Example
White with #11085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11085D; }
p { color: rgb(17,8,93); }
H1.HeaderClassName
{
color: #11085D;
}
.AnyTagClassName
{
color: #11085D;
}
</style>
background-color css
<style>
a { background-color: #11085D; }
a { background-color: rgb(17,8,93); }
div.DivClassName
{
background-color: #11085D;
}
.BgClassName
{
background-color: #11085D;
}
</style>
border-color css
<style>
span { border-color: #11085D; }
span { border-color: rgb(17,8,93); }
td.TdClassName
{
border-color: #11085D;
}
.TagClassName
{
border-color: #11085D;
}
</style>