Shades of Midnight Blue #110764
Tints of Midnight Blue #110764
RGB
CMYK
RGB Variations
Color information
#110764 (or 0x110764) is known color: Midnight Blue. HEX triplet: 11, 07 and 64. RGB value is (17,7,100). Sum of RGB (Red+Green+Blue) = 17+7+100=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 100 (39.45% from 255 or 80.65% from 124); Max value from RGB is 100 - color contains mainly: blue. Hex color #110764 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110764 is #EEF89B. Grayscale: #141414. Windows color (decimal): -15661212 or 6555409. OLE color: 6555409.
HSL color Cylindrical-coordinate representation of color #110764: hue angle of 246.45º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110764 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 7 | 100 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.61 |
| HSL | 246.45º | 0.87% | 0.21% | - |
| HSV(B) | 246.45º | 0.93% | 0.39% | - |
| XYZ | 2.61 | 1.19 | 12.15 | - |
| YUV | 20.59 | 172.81 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 100 | 0.83 | 0.93 | 0 | 0.61 | 246.45 | 0.87 | 0.21 |
| Hex | 11 | 7 | 64 | 53 | 5D | 0 | 3D | F6 | 57 | 15 |
| Octal | 21 | 7 | 144 | 123 | 135 | 0 | 75 | 366 | 127 | 25 |
| Binary | 10001 | 111 | 1100100 | 1010011 | 1011101 | 0 | 111101 | 11110110 | 1010111 | 10101 |
Color Harmonies of #110764
Complementary color
Monochromatic Colors of #110764
Black with #110764
Text Example
Text Example
White with #110764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110764; }
p { color: rgb(17,7,100); }
H1.HeaderClassName
{
color: #110764;
}
.AnyTagClassName
{
color: #110764;
}
</style>
background-color css
<style>
a { background-color: #110764; }
a { background-color: rgb(17,7,100); }
div.DivClassName
{
background-color: #110764;
}
.BgClassName
{
background-color: #110764;
}
</style>
border-color css
<style>
span { border-color: #110764; }
span { border-color: rgb(17,7,100); }
td.TdClassName
{
border-color: #110764;
}
.TagClassName
{
border-color: #110764;
}
</style>