Shades of Midnight Blue #11095A
Tints of Midnight Blue #11095A
RGB
CMYK
RGB Variations
Color information
#11095A (or 0x11095A) is known color: Midnight Blue. HEX triplet: 11, 09 and 5A. RGB value is (17,9,90). Sum of RGB (Red+Green+Blue) = 17+9+90=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 90 (35.55% from 255 or 77.59% from 116); Max value from RGB is 90 - color contains mainly: blue. Hex color #11095A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11095A is #EEF6A5. Grayscale: #141414. Windows color (decimal): -15660710 or 5900561. OLE color: 5900561.
HSL color Cylindrical-coordinate representation of color #11095A: hue angle of 245.93º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11095A is Cyan = 0.81, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 9 | 90 | - |
| CMYK | 0.81 | 0.9 | 0 | 0.65 |
| HSL | 245.93º | 0.82% | 0.19% | - |
| HSV(B) | 245.93º | 0.9% | 0.35% | - |
| XYZ | 2.17 | 1.05 | 9.76 | - |
| YUV | 20.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 90 | 0.81 | 0.9 | 0 | 0.65 | 245.93 | 0.82 | 0.19 |
| Hex | 11 | 9 | 5A | 51 | 5A | 0 | 41 | F6 | 52 | 13 |
| Octal | 21 | 11 | 132 | 121 | 132 | 0 | 101 | 366 | 122 | 23 |
| Binary | 10001 | 1001 | 1011010 | 1010001 | 1011010 | 0 | 1000001 | 11110110 | 1010010 | 10011 |
Color Harmonies of #11095A
Complementary color
Monochromatic Colors of #11095A
Black with #11095A
Text Example
Text Example
White with #11095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11095A; }
p { color: rgb(17,9,90); }
H1.HeaderClassName
{
color: #11095A;
}
.AnyTagClassName
{
color: #11095A;
}
</style>
background-color css
<style>
a { background-color: #11095A; }
a { background-color: rgb(17,9,90); }
div.DivClassName
{
background-color: #11095A;
}
.BgClassName
{
background-color: #11095A;
}
</style>
border-color css
<style>
span { border-color: #11095A; }
span { border-color: rgb(17,9,90); }
td.TdClassName
{
border-color: #11095A;
}
.TagClassName
{
border-color: #11095A;
}
</style>