Shades of Medium Blue #110DB7
Tints of Medium Blue #110DB7
RGB
CMYK
RGB Variations
Color information
#110DB7 (or 0x110DB7) is known color: Medium Blue. HEX triplet: 11, 0D and B7. RGB value is (17,13,183). Sum of RGB (Red+Green+Blue) = 17+13+183=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 183 (71.88% from 255 or 85.92% from 213); Max value from RGB is 183 - color contains mainly: blue. Hex color #110DB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110DB7 is #EEF248. Grayscale: #202020. Windows color (decimal): -15659593 or 11996433. OLE color: 11996433.
HSL color Cylindrical-coordinate representation of color #110DB7: hue angle of 241.41º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110DB7 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 13 | 183 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.28 |
| HSL | 241.41º | 0.87% | 0.38% | - |
| HSV(B) | 241.41º | 0.93% | 0.72% | - |
| XYZ | 8.92 | 3.83 | 45.07 | - |
| YUV | 33.58 | 212.33 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 183 | 0.91 | 0.93 | 0 | 0.28 | 241.41 | 0.87 | 0.38 |
| Hex | 11 | D | B7 | 5B | 5D | 0 | 1C | F1 | 57 | 26 |
| Octal | 21 | 15 | 267 | 133 | 135 | 0 | 34 | 361 | 127 | 46 |
| Binary | 10001 | 1101 | 10110111 | 1011011 | 1011101 | 0 | 11100 | 11110001 | 1010111 | 100110 |
Color Harmonies of #110DB7
Complementary color
Monochromatic Colors of #110DB7
Black with #110DB7
Text Example
Text Example
White with #110DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110DB7; }
p { color: rgb(17,13,183); }
H1.HeaderClassName
{
color: #110DB7;
}
.AnyTagClassName
{
color: #110DB7;
}
</style>
background-color css
<style>
a { background-color: #110DB7; }
a { background-color: rgb(17,13,183); }
div.DivClassName
{
background-color: #110DB7;
}
.BgClassName
{
background-color: #110DB7;
}
</style>
border-color css
<style>
span { border-color: #110DB7; }
span { border-color: rgb(17,13,183); }
td.TdClassName
{
border-color: #110DB7;
}
.TagClassName
{
border-color: #110DB7;
}
</style>