Shades of Midnight Blue #111357
Tints of Midnight Blue #111357
RGB
CMYK
RGB Variations
Color information
#111357 (or 0x111357) is known color: Midnight Blue. HEX triplet: 11, 13 and 57. RGB value is (17,19,87). Sum of RGB (Red+Green+Blue) = 17+19+87=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 87 (34.38% from 255 or 70.73% from 123); Max value from RGB is 87 - color contains mainly: blue. Hex color #111357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111357 is #EEECA8. Grayscale: #191919. Windows color (decimal): -15658153 or 5706513. OLE color: 5706513.
HSL color Cylindrical-coordinate representation of color #111357: hue angle of 238.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111357 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 19 | 87 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.66 |
| HSL | 238.29º | 0.67% | 0.2% | - |
| HSV(B) | 238.29º | 0.8% | 0.34% | - |
| XYZ | 2.18 | 1.27 | 9.15 | - |
| YUV | 26.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 87 | 0.80 | 0.78 | 0 | 0.66 | 238.29 | 0.67 | 0.2 |
| Hex | 11 | 13 | 57 | 50 | 4E | 0 | 42 | EE | 43 | 14 |
| Octal | 21 | 23 | 127 | 120 | 116 | 0 | 102 | 356 | 103 | 24 |
| Binary | 10001 | 10011 | 1010111 | 1010000 | 1001110 | 0 | 1000010 | 11101110 | 1000011 | 10100 |
Color Harmonies of #111357
Complementary color
Monochromatic Colors of #111357
Black with #111357
Text Example
Text Example
White with #111357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111357; }
p { color: rgb(17,19,87); }
H1.HeaderClassName
{
color: #111357;
}
.AnyTagClassName
{
color: #111357;
}
</style>
background-color css
<style>
a { background-color: #111357; }
a { background-color: rgb(17,19,87); }
div.DivClassName
{
background-color: #111357;
}
.BgClassName
{
background-color: #111357;
}
</style>
border-color css
<style>
span { border-color: #111357; }
span { border-color: rgb(17,19,87); }
td.TdClassName
{
border-color: #111357;
}
.TagClassName
{
border-color: #111357;
}
</style>