Shades of Midnight Blue #110356
Tints of Midnight Blue #110356
RGB
CMYK
RGB Variations
Color information
#110356 (or 0x110356) is known color: Midnight Blue. HEX triplet: 11, 03 and 56. RGB value is (17,3,86). Sum of RGB (Red+Green+Blue) = 17+3+86=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 86 (33.98% from 255 or 81.13% from 106); Max value from RGB is 86 - color contains mainly: blue. Hex color #110356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110356 is #EEFCA9. Grayscale: #101010. Windows color (decimal): -15662250 or 5636881. OLE color: 5636881.
HSL color Cylindrical-coordinate representation of color #110356: hue angle of 250.12º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110356 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 3 | 86 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.66 |
| HSL | 250.12º | 0.93% | 0.17% | - |
| HSV(B) | 250.12º | 0.97% | 0.34% | - |
| XYZ | 1.94 | 0.86 | 8.87 | - |
| YUV | 16.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 86 | 0.80 | 0.97 | 0 | 0.66 | 250.12 | 0.93 | 0.17 |
| Hex | 11 | 3 | 56 | 50 | 61 | 0 | 42 | FA | 5D | 11 |
| Octal | 21 | 3 | 126 | 120 | 141 | 0 | 102 | 372 | 135 | 21 |
| Binary | 10001 | 11 | 1010110 | 1010000 | 1100001 | 0 | 1000010 | 11111010 | 1011101 | 10001 |
Color Harmonies of #110356
Complementary color
Monochromatic Colors of #110356
Black with #110356
Text Example
Text Example
White with #110356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110356; }
p { color: rgb(17,3,86); }
H1.HeaderClassName
{
color: #110356;
}
.AnyTagClassName
{
color: #110356;
}
</style>
background-color css
<style>
a { background-color: #110356; }
a { background-color: rgb(17,3,86); }
div.DivClassName
{
background-color: #110356;
}
.BgClassName
{
background-color: #110356;
}
</style>
border-color css
<style>
span { border-color: #110356; }
span { border-color: rgb(17,3,86); }
td.TdClassName
{
border-color: #110356;
}
.TagClassName
{
border-color: #110356;
}
</style>