Shades of Midnight Blue #111359
Tints of Midnight Blue #111359
RGB
CMYK
RGB Variations
Color information
#111359 (or 0x111359) is known color: Midnight Blue. HEX triplet: 11, 13 and 59. RGB value is (17,19,89). Sum of RGB (Red+Green+Blue) = 17+19+89=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 89 (35.16% from 255 or 71.2% from 125); Max value from RGB is 89 - color contains mainly: blue. Hex color #111359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111359 is #EEECA6. Grayscale: #1A1A1A. Windows color (decimal): -15658151 or 5837585. OLE color: 5837585.
HSL color Cylindrical-coordinate representation of color #111359: hue angle of 238.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #111359 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 19 | 89 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.65 |
| HSL | 238.33º | 0.68% | 0.21% | - |
| HSV(B) | 238.33º | 0.81% | 0.35% | - |
| XYZ | 2.27 | 1.31 | 9.58 | - |
| YUV | 26.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 89 | 0.81 | 0.79 | 0 | 0.65 | 238.33 | 0.68 | 0.21 |
| Hex | 11 | 13 | 59 | 51 | 4F | 0 | 41 | EE | 44 | 15 |
| Octal | 21 | 23 | 131 | 121 | 117 | 0 | 101 | 356 | 104 | 25 |
| Binary | 10001 | 10011 | 1011001 | 1010001 | 1001111 | 0 | 1000001 | 11101110 | 1000100 | 10101 |
Color Harmonies of #111359
Complementary color
Monochromatic Colors of #111359
Black with #111359
Text Example
Text Example
White with #111359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111359; }
p { color: rgb(17,19,89); }
H1.HeaderClassName
{
color: #111359;
}
.AnyTagClassName
{
color: #111359;
}
</style>
background-color css
<style>
a { background-color: #111359; }
a { background-color: rgb(17,19,89); }
div.DivClassName
{
background-color: #111359;
}
.BgClassName
{
background-color: #111359;
}
</style>
border-color css
<style>
span { border-color: #111359; }
span { border-color: rgb(17,19,89); }
td.TdClassName
{
border-color: #111359;
}
.TagClassName
{
border-color: #111359;
}
</style>