Shades of Medium Blue #110CBC
Tints of Medium Blue #110CBC
RGB
CMYK
RGB Variations
Color information
#110CBC (or 0x110CBC) is known color: Medium Blue. HEX triplet: 11, 0C and BC. RGB value is (17,12,188). Sum of RGB (Red+Green+Blue) = 17+12+188=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 188 (73.83% from 255 or 86.64% from 217); Max value from RGB is 188 - color contains mainly: blue. Hex color #110CBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CBC is #EEF343. Grayscale: #202020. Windows color (decimal): -15659844 or 12323857. OLE color: 12323857.
HSL color Cylindrical-coordinate representation of color #110CBC: hue angle of 241.7º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110CBC is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 12 | 188 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.26 |
| HSL | 241.7º | 0.88% | 0.39% | - |
| HSV(B) | 241.7º | 0.94% | 0.74% | - |
| XYZ | 9.44 | 4.01 | 47.85 | - |
| YUV | 33.56 | 215.16 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 188 | 0.91 | 0.94 | 0 | 0.26 | 241.7 | 0.88 | 0.39 |
| Hex | 11 | C | BC | 5B | 5E | 0 | 1A | F2 | 58 | 27 |
| Octal | 21 | 14 | 274 | 133 | 136 | 0 | 32 | 362 | 130 | 47 |
| Binary | 10001 | 1100 | 10111100 | 1011011 | 1011110 | 0 | 11010 | 11110010 | 1011000 | 100111 |
Color Harmonies of #110CBC
Complementary color
Monochromatic Colors of #110CBC
Black with #110CBC
Text Example
Text Example
White with #110CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110CBC; }
p { color: rgb(17,12,188); }
H1.HeaderClassName
{
color: #110CBC;
}
.AnyTagClassName
{
color: #110CBC;
}
</style>
background-color css
<style>
a { background-color: #110CBC; }
a { background-color: rgb(17,12,188); }
div.DivClassName
{
background-color: #110CBC;
}
.BgClassName
{
background-color: #110CBC;
}
</style>
border-color css
<style>
span { border-color: #110CBC; }
span { border-color: rgb(17,12,188); }
td.TdClassName
{
border-color: #110CBC;
}
.TagClassName
{
border-color: #110CBC;
}
</style>