Shades of Midnight Blue #110962
Tints of Midnight Blue #110962
RGB
CMYK
RGB Variations
Color information
#110962 (or 0x110962) is known color: Midnight Blue. HEX triplet: 11, 09 and 62. RGB value is (17,9,98). Sum of RGB (Red+Green+Blue) = 17+9+98=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 98 (38.67% from 255 or 79.03% from 124); Max value from RGB is 98 - color contains mainly: blue. Hex color #110962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110962 is #EEF69D. Grayscale: #151515. Windows color (decimal): -15660702 or 6424849. OLE color: 6424849.
HSL color Cylindrical-coordinate representation of color #110962: hue angle of 245.39º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110962 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 9 | 98 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.62 |
| HSL | 245.39º | 0.83% | 0.21% | - |
| HSV(B) | 245.39º | 0.91% | 0.38% | - |
| XYZ | 2.53 | 1.2 | 11.65 | - |
| YUV | 21.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 98 | 0.83 | 0.91 | 0 | 0.62 | 245.39 | 0.83 | 0.21 |
| Hex | 11 | 9 | 62 | 53 | 5B | 0 | 3E | F5 | 53 | 15 |
| Octal | 21 | 11 | 142 | 123 | 133 | 0 | 76 | 365 | 123 | 25 |
| Binary | 10001 | 1001 | 1100010 | 1010011 | 1011011 | 0 | 111110 | 11110101 | 1010011 | 10101 |
Color Harmonies of #110962
Complementary color
Monochromatic Colors of #110962
Black with #110962
Text Example
Text Example
White with #110962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110962; }
p { color: rgb(17,9,98); }
H1.HeaderClassName
{
color: #110962;
}
.AnyTagClassName
{
color: #110962;
}
</style>
background-color css
<style>
a { background-color: #110962; }
a { background-color: rgb(17,9,98); }
div.DivClassName
{
background-color: #110962;
}
.BgClassName
{
background-color: #110962;
}
</style>
border-color css
<style>
span { border-color: #110962; }
span { border-color: rgb(17,9,98); }
td.TdClassName
{
border-color: #110962;
}
.TagClassName
{
border-color: #110962;
}
</style>