Shades of Midnight Blue #11095D
Tints of Midnight Blue #11095D
RGB
CMYK
RGB Variations
Color information
#11095D (or 0x11095D) is known color: Midnight Blue. HEX triplet: 11, 09 and 5D. RGB value is (17,9,93). Sum of RGB (Red+Green+Blue) = 17+9+93=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #11095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11095D is #EEF6A2. Grayscale: #141414. Windows color (decimal): -15660707 or 6097169. OLE color: 6097169.
HSL color Cylindrical-coordinate representation of color #11095D: hue angle of 245.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11095D is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 9 | 93 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.64 |
| HSL | 245.71º | 0.82% | 0.2% | - |
| HSV(B) | 245.71º | 0.9% | 0.36% | - |
| XYZ | 2.3 | 1.1 | 10.45 | - |
| YUV | 20.97 | 168.65 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 93 | 0.82 | 0.90 | 0 | 0.64 | 245.71 | 0.82 | 0.2 |
| Hex | 11 | 9 | 5D | 52 | 5A | 0 | 40 | F6 | 52 | 14 |
| Octal | 21 | 11 | 135 | 122 | 132 | 0 | 100 | 366 | 122 | 24 |
| Binary | 10001 | 1001 | 1011101 | 1010010 | 1011010 | 0 | 1000000 | 11110110 | 1010010 | 10100 |
Color Harmonies of #11095D
Complementary color
Monochromatic Colors of #11095D
Black with #11095D
Text Example
Text Example
White with #11095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11095D; }
p { color: rgb(17,9,93); }
H1.HeaderClassName
{
color: #11095D;
}
.AnyTagClassName
{
color: #11095D;
}
</style>
background-color css
<style>
a { background-color: #11095D; }
a { background-color: rgb(17,9,93); }
div.DivClassName
{
background-color: #11095D;
}
.BgClassName
{
background-color: #11095D;
}
</style>
border-color css
<style>
span { border-color: #11095D; }
span { border-color: rgb(17,9,93); }
td.TdClassName
{
border-color: #11095D;
}
.TagClassName
{
border-color: #11095D;
}
</style>