Shades of Midnight Blue #11116C
Tints of Midnight Blue #11116C
RGB
CMYK
RGB Variations
Color information
#11116C (or 0x11116C) is known color: Midnight Blue. HEX triplet: 11, 11 and 6C. RGB value is (17,17,108). Sum of RGB (Red+Green+Blue) = 17+17+108=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 108 (42.58% from 255 or 76.06% from 142); Max value from RGB is 108 - color contains mainly: blue. Hex color #11116C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11116C is #EEEE93. Grayscale: #1B1B1B. Windows color (decimal): -15658644 or 7082257. OLE color: 7082257.
HSL color Cylindrical-coordinate representation of color #11116C: hue angle of 240º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11116C is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 17 | 108 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.58 |
| HSL | 240º | 0.73% | 0.25% | - |
| HSV(B) | 240º | 0.84% | 0.42% | - |
| XYZ | 3.14 | 1.6 | 14.33 | - |
| YUV | 27.37 | 173.5 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 108 | 0.84 | 0.84 | 0 | 0.58 | 240 | 0.73 | 0.25 |
| Hex | 11 | 11 | 6C | 54 | 54 | 0 | 3A | F0 | 49 | 19 |
| Octal | 21 | 21 | 154 | 124 | 124 | 0 | 72 | 360 | 111 | 31 |
| Binary | 10001 | 10001 | 1101100 | 1010100 | 1010100 | 0 | 111010 | 11110000 | 1001001 | 11001 |
Color Harmonies of #11116C
Complementary color
Monochromatic Colors of #11116C
Black with #11116C
Text Example
Text Example
White with #11116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11116C; }
p { color: rgb(17,17,108); }
H1.HeaderClassName
{
color: #11116C;
}
.AnyTagClassName
{
color: #11116C;
}
</style>
background-color css
<style>
a { background-color: #11116C; }
a { background-color: rgb(17,17,108); }
div.DivClassName
{
background-color: #11116C;
}
.BgClassName
{
background-color: #11116C;
}
</style>
border-color css
<style>
span { border-color: #11116C; }
span { border-color: rgb(17,17,108); }
td.TdClassName
{
border-color: #11116C;
}
.TagClassName
{
border-color: #11116C;
}
</style>