Shades of Midnight Blue #11095C
Tints of Midnight Blue #11095C
RGB
CMYK
RGB Variations
Color information
#11095C (or 0x11095C) is known color: Midnight Blue. HEX triplet: 11, 09 and 5C. RGB value is (17,9,92). Sum of RGB (Red+Green+Blue) = 17+9+92=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 92 (36.33% from 255 or 77.97% from 118); Max value from RGB is 92 - color contains mainly: blue. Hex color #11095C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11095C is #EEF6A3. Grayscale: #141414. Windows color (decimal): -15660708 or 6031633. OLE color: 6031633.
HSL color Cylindrical-coordinate representation of color #11095C: hue angle of 245.78º 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 #11095C is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 9 | 92 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.64 |
| HSL | 245.78º | 0.82% | 0.2% | - |
| HSV(B) | 245.78º | 0.9% | 0.36% | - |
| XYZ | 2.26 | 1.09 | 10.22 | - |
| YUV | 20.85 | 168.15 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 92 | 0.82 | 0.90 | 0 | 0.64 | 245.78 | 0.82 | 0.2 |
| Hex | 11 | 9 | 5C | 52 | 5A | 0 | 40 | F6 | 52 | 14 |
| Octal | 21 | 11 | 134 | 122 | 132 | 0 | 100 | 366 | 122 | 24 |
| Binary | 10001 | 1001 | 1011100 | 1010010 | 1011010 | 0 | 1000000 | 11110110 | 1010010 | 10100 |
Color Harmonies of #11095C
Complementary color
Monochromatic Colors of #11095C
Black with #11095C
Text Example
Text Example
White with #11095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11095C; }
p { color: rgb(17,9,92); }
H1.HeaderClassName
{
color: #11095C;
}
.AnyTagClassName
{
color: #11095C;
}
</style>
background-color css
<style>
a { background-color: #11095C; }
a { background-color: rgb(17,9,92); }
div.DivClassName
{
background-color: #11095C;
}
.BgClassName
{
background-color: #11095C;
}
</style>
border-color css
<style>
span { border-color: #11095C; }
span { border-color: rgb(17,9,92); }
td.TdClassName
{
border-color: #11095C;
}
.TagClassName
{
border-color: #11095C;
}
</style>