Shades of Midnight Blue #111163
Tints of Midnight Blue #111163
RGB
CMYK
RGB Variations
Color information
#111163 (or 0x111163) is known color: Midnight Blue. HEX triplet: 11, 11 and 63. RGB value is (17,17,99). Sum of RGB (Red+Green+Blue) = 17+17+99=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 99 (39.06% from 255 or 74.44% from 133); Max value from RGB is 99 - color contains mainly: blue. Hex color #111163 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111163 is #EEEE9C. Grayscale: #1A1A1A. Windows color (decimal): -15658653 or 6492433. OLE color: 6492433.
HSL color Cylindrical-coordinate representation of color #111163: hue angle of 240º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111163 is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 17 | 99 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.61 |
| HSL | 240º | 0.71% | 0.23% | - |
| HSV(B) | 240º | 0.83% | 0.39% | - |
| XYZ | 2.68 | 1.42 | 11.94 | - |
| YUV | 26.35 | 169 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 17 | 99 | 0.83 | 0.83 | 0 | 0.61 | 240 | 0.71 | 0.23 |
| Hex | 11 | 11 | 63 | 53 | 53 | 0 | 3D | F0 | 47 | 17 |
| Octal | 21 | 21 | 143 | 123 | 123 | 0 | 75 | 360 | 107 | 27 |
| Binary | 10001 | 10001 | 1100011 | 1010011 | 1010011 | 0 | 111101 | 11110000 | 1000111 | 10111 |
Color Harmonies of #111163
Complementary color
Monochromatic Colors of #111163
Black with #111163
Text Example
Text Example
White with #111163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111163; }
p { color: rgb(17,17,99); }
H1.HeaderClassName
{
color: #111163;
}
.AnyTagClassName
{
color: #111163;
}
</style>
background-color css
<style>
a { background-color: #111163; }
a { background-color: rgb(17,17,99); }
div.DivClassName
{
background-color: #111163;
}
.BgClassName
{
background-color: #111163;
}
</style>
border-color css
<style>
span { border-color: #111163; }
span { border-color: rgb(17,17,99); }
td.TdClassName
{
border-color: #111163;
}
.TagClassName
{
border-color: #111163;
}
</style>