Shades of Midnight Blue #110C57
Tints of Midnight Blue #110C57
RGB
CMYK
RGB Variations
Color information
#110C57 (or 0x110C57) is known color: Midnight Blue. HEX triplet: 11, 0C and 57. RGB value is (17,12,87). Sum of RGB (Red+Green+Blue) = 17+12+87=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 87 (34.38% from 255 or 75% from 116); Max value from RGB is 87 - color contains mainly: blue. Hex color #110C57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110C57 is #EEF3A8. Grayscale: #151515. Windows color (decimal): -15659945 or 5704721. OLE color: 5704721.
HSL color Cylindrical-coordinate representation of color #110C57: hue angle of 244º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #110C57 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 12 | 87 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.66 |
| HSL | 244º | 0.76% | 0.19% | - |
| HSV(B) | 244º | 0.86% | 0.34% | - |
| XYZ | 2.08 | 1.07 | 9.11 | - |
| YUV | 22.05 | 164.66 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 87 | 0.80 | 0.86 | 0 | 0.66 | 244 | 0.76 | 0.19 |
| Hex | 11 | C | 57 | 50 | 56 | 0 | 42 | F4 | 4C | 13 |
| Octal | 21 | 14 | 127 | 120 | 126 | 0 | 102 | 364 | 114 | 23 |
| Binary | 10001 | 1100 | 1010111 | 1010000 | 1010110 | 0 | 1000010 | 11110100 | 1001100 | 10011 |
Color Harmonies of #110C57
Complementary color
Monochromatic Colors of #110C57
Black with #110C57
Text Example
Text Example
White with #110C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C57; }
p { color: rgb(17,12,87); }
H1.HeaderClassName
{
color: #110C57;
}
.AnyTagClassName
{
color: #110C57;
}
</style>
background-color css
<style>
a { background-color: #110C57; }
a { background-color: rgb(17,12,87); }
div.DivClassName
{
background-color: #110C57;
}
.BgClassName
{
background-color: #110C57;
}
</style>
border-color css
<style>
span { border-color: #110C57; }
span { border-color: rgb(17,12,87); }
td.TdClassName
{
border-color: #110C57;
}
.TagClassName
{
border-color: #110C57;
}
</style>