Shades of Medium Blue #110DBB
Tints of Medium Blue #110DBB
RGB
CMYK
RGB Variations
Color information
#110DBB (or 0x110DBB) is known color: Medium Blue. HEX triplet: 11, 0D and BB. RGB value is (17,13,187). Sum of RGB (Red+Green+Blue) = 17+13+187=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 187 (73.44% from 255 or 86.18% from 217); Max value from RGB is 187 - color contains mainly: blue. Hex color #110DBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110DBB is #EEF244. Grayscale: #212121. Windows color (decimal): -15659589 or 12258577. OLE color: 12258577.
HSL color Cylindrical-coordinate representation of color #110DBB: hue angle of 241.38º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110DBB is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 13 | 187 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.27 |
| HSL | 241.38º | 0.87% | 0.39% | - |
| HSV(B) | 241.38º | 0.93% | 0.73% | - |
| XYZ | 9.34 | 3.99 | 47.29 | - |
| YUV | 34.03 | 214.33 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 187 | 0.91 | 0.93 | 0 | 0.27 | 241.38 | 0.87 | 0.39 |
| Hex | 11 | D | BB | 5B | 5D | 0 | 1B | F1 | 57 | 27 |
| Octal | 21 | 15 | 273 | 133 | 135 | 0 | 33 | 361 | 127 | 47 |
| Binary | 10001 | 1101 | 10111011 | 1011011 | 1011101 | 0 | 11011 | 11110001 | 1010111 | 100111 |
Color Harmonies of #110DBB
Complementary color
Monochromatic Colors of #110DBB
Black with #110DBB
Text Example
Text Example
White with #110DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110DBB; }
p { color: rgb(17,13,187); }
H1.HeaderClassName
{
color: #110DBB;
}
.AnyTagClassName
{
color: #110DBB;
}
</style>
background-color css
<style>
a { background-color: #110DBB; }
a { background-color: rgb(17,13,187); }
div.DivClassName
{
background-color: #110DBB;
}
.BgClassName
{
background-color: #110DBB;
}
</style>
border-color css
<style>
span { border-color: #110DBB; }
span { border-color: rgb(17,13,187); }
td.TdClassName
{
border-color: #110DBB;
}
.TagClassName
{
border-color: #110DBB;
}
</style>