Shades of Midnight Blue #111366
Tints of Midnight Blue #111366
RGB
CMYK
RGB Variations
Color information
#111366 (or 0x111366) is known color: Midnight Blue. HEX triplet: 11, 13 and 66. RGB value is (17,19,102). Sum of RGB (Red+Green+Blue) = 17+19+102=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 102 (40.23% from 255 or 73.91% from 138); Max value from RGB is 102 - color contains mainly: blue. Hex color #111366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111366 is #EEEC99. Grayscale: #1B1B1B. Windows color (decimal): -15658138 or 6689553. OLE color: 6689553.
HSL color Cylindrical-coordinate representation of color #111366: hue angle of 238.59º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111366 is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 19 | 102 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.6 |
| HSL | 238.59º | 0.71% | 0.23% | - |
| HSV(B) | 238.59º | 0.83% | 0.4% | - |
| XYZ | 2.86 | 1.54 | 12.72 | - |
| YUV | 27.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 102 | 0.83 | 0.81 | 0 | 0.6 | 238.59 | 0.71 | 0.23 |
| Hex | 11 | 13 | 66 | 53 | 51 | 0 | 3C | EF | 47 | 17 |
| Octal | 21 | 23 | 146 | 123 | 121 | 0 | 74 | 357 | 107 | 27 |
| Binary | 10001 | 10011 | 1100110 | 1010011 | 1010001 | 0 | 111100 | 11101111 | 1000111 | 10111 |
Color Harmonies of #111366
Complementary color
Monochromatic Colors of #111366
Black with #111366
Text Example
Text Example
White with #111366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111366; }
p { color: rgb(17,19,102); }
H1.HeaderClassName
{
color: #111366;
}
.AnyTagClassName
{
color: #111366;
}
</style>
background-color css
<style>
a { background-color: #111366; }
a { background-color: rgb(17,19,102); }
div.DivClassName
{
background-color: #111366;
}
.BgClassName
{
background-color: #111366;
}
</style>
border-color css
<style>
span { border-color: #111366; }
span { border-color: rgb(17,19,102); }
td.TdClassName
{
border-color: #111366;
}
.TagClassName
{
border-color: #111366;
}
</style>