Shades of Midnight Blue #110762
Tints of Midnight Blue #110762
RGB
CMYK
RGB Variations
Color information
#110762 (or 0x110762) is known color: Midnight Blue. HEX triplet: 11, 07 and 62. RGB value is (17,7,98). Sum of RGB (Red+Green+Blue) = 17+7+98=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 98 (38.67% from 255 or 80.33% from 122); Max value from RGB is 98 - color contains mainly: blue. Hex color #110762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110762 is #EEF89D. Grayscale: #141414. Windows color (decimal): -15661214 or 6424337. OLE color: 6424337.
HSL color Cylindrical-coordinate representation of color #110762: hue angle of 246.59º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110762 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 7 | 98 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.62 |
| HSL | 246.59º | 0.87% | 0.21% | - |
| HSV(B) | 246.59º | 0.93% | 0.38% | - |
| XYZ | 2.51 | 1.15 | 11.65 | - |
| YUV | 20.36 | 171.81 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 98 | 0.83 | 0.93 | 0 | 0.62 | 246.59 | 0.87 | 0.21 |
| Hex | 11 | 7 | 62 | 53 | 5D | 0 | 3E | F7 | 57 | 15 |
| Octal | 21 | 7 | 142 | 123 | 135 | 0 | 76 | 367 | 127 | 25 |
| Binary | 10001 | 111 | 1100010 | 1010011 | 1011101 | 0 | 111110 | 11110111 | 1010111 | 10101 |
Color Harmonies of #110762
Complementary color
Monochromatic Colors of #110762
Black with #110762
Text Example
Text Example
White with #110762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110762; }
p { color: rgb(17,7,98); }
H1.HeaderClassName
{
color: #110762;
}
.AnyTagClassName
{
color: #110762;
}
</style>
background-color css
<style>
a { background-color: #110762; }
a { background-color: rgb(17,7,98); }
div.DivClassName
{
background-color: #110762;
}
.BgClassName
{
background-color: #110762;
}
</style>
border-color css
<style>
span { border-color: #110762; }
span { border-color: rgb(17,7,98); }
td.TdClassName
{
border-color: #110762;
}
.TagClassName
{
border-color: #110762;
}
</style>