Shades of Midnight Blue #110366
Tints of Midnight Blue #110366
RGB
CMYK
RGB Variations
Color information
#110366 (or 0x110366) is known color: Midnight Blue. HEX triplet: 11, 03 and 66. RGB value is (17,3,102). Sum of RGB (Red+Green+Blue) = 17+3+102=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 102 (40.23% from 255 or 83.61% from 122); Max value from RGB is 102 - color contains mainly: blue. Hex color #110366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110366 is #EEFC99. Grayscale: #121212. Windows color (decimal): -15662234 or 6685457. OLE color: 6685457.
HSL color Cylindrical-coordinate representation of color #110366: hue angle of 248.48º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110366 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 3 | 102 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.6 |
| HSL | 248.48º | 0.94% | 0.21% | - |
| HSV(B) | 248.48º | 0.97% | 0.4% | - |
| XYZ | 2.66 | 1.14 | 12.65 | - |
| YUV | 18.47 | 175.14 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 102 | 0.83 | 0.97 | 0 | 0.6 | 248.48 | 0.94 | 0.21 |
| Hex | 11 | 3 | 66 | 53 | 61 | 0 | 3C | F8 | 5E | 15 |
| Octal | 21 | 3 | 146 | 123 | 141 | 0 | 74 | 370 | 136 | 25 |
| Binary | 10001 | 11 | 1100110 | 1010011 | 1100001 | 0 | 111100 | 11111000 | 1011110 | 10101 |
Color Harmonies of #110366
Complementary color
Monochromatic Colors of #110366
Black with #110366
Text Example
Text Example
White with #110366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110366; }
p { color: rgb(17,3,102); }
H1.HeaderClassName
{
color: #110366;
}
.AnyTagClassName
{
color: #110366;
}
</style>
background-color css
<style>
a { background-color: #110366; }
a { background-color: rgb(17,3,102); }
div.DivClassName
{
background-color: #110366;
}
.BgClassName
{
background-color: #110366;
}
</style>
border-color css
<style>
span { border-color: #110366; }
span { border-color: rgb(17,3,102); }
td.TdClassName
{
border-color: #110366;
}
.TagClassName
{
border-color: #110366;
}
</style>