Shades of Midnight Blue #11116D
Tints of Midnight Blue #11116D
RGB
CMYK
RGB Variations
Color information
#11116D (or 0x11116D) is known color: Midnight Blue. HEX triplet: 11, 11 and 6D. RGB value is (17,17,109). Sum of RGB (Red+Green+Blue) = 17+17+109=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 109 (42.97% from 255 or 76.22% from 143); Max value from RGB is 109 - color contains mainly: blue. Hex color #11116D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11116D is #EEEE92. Grayscale: #1B1B1B. Windows color (decimal): -15658643 or 7147793. OLE color: 7147793.
HSL color Cylindrical-coordinate representation of color #11116D: hue angle of 240º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11116D is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 17 | 109 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.57 |
| HSL | 240º | 0.73% | 0.25% | - |
| HSV(B) | 240º | 0.84% | 0.43% | - |
| XYZ | 3.19 | 1.62 | 14.61 | - |
| YUV | 27.49 | 174 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 109 | 0.84 | 0.84 | 0 | 0.57 | 240 | 0.73 | 0.25 |
| Hex | 11 | 11 | 6D | 54 | 54 | 0 | 39 | F0 | 49 | 19 |
| Octal | 21 | 21 | 155 | 124 | 124 | 0 | 71 | 360 | 111 | 31 |
| Binary | 10001 | 10001 | 1101101 | 1010100 | 1010100 | 0 | 111001 | 11110000 | 1001001 | 11001 |
Color Harmonies of #11116D
Complementary color
Monochromatic Colors of #11116D
Black with #11116D
Text Example
Text Example
White with #11116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11116D; }
p { color: rgb(17,17,109); }
H1.HeaderClassName
{
color: #11116D;
}
.AnyTagClassName
{
color: #11116D;
}
</style>
background-color css
<style>
a { background-color: #11116D; }
a { background-color: rgb(17,17,109); }
div.DivClassName
{
background-color: #11116D;
}
.BgClassName
{
background-color: #11116D;
}
</style>
border-color css
<style>
span { border-color: #11116D; }
span { border-color: rgb(17,17,109); }
td.TdClassName
{
border-color: #11116D;
}
.TagClassName
{
border-color: #11116D;
}
</style>