Shades of Medium Blue #110FC6
Tints of Medium Blue #110FC6
RGB
CMYK
RGB Variations
Color information
#110FC6 (or 0x110FC6) is known color: Medium Blue. HEX triplet: 11, 0F and C6. RGB value is (17,15,198). Sum of RGB (Red+Green+Blue) = 17+15+198=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 198 (77.73% from 255 or 86.09% from 230); Max value from RGB is 198 - color contains mainly: blue. Hex color #110FC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110FC6 is #EEF039. Grayscale: #232323. Windows color (decimal): -15659066 or 12979985. OLE color: 12979985.
HSL color Cylindrical-coordinate representation of color #110FC6: hue angle of 240.66º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110FC6 is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 15 | 198 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.22 |
| HSL | 240.66º | 0.86% | 0.42% | - |
| HSV(B) | 240.66º | 0.92% | 0.78% | - |
| XYZ | 10.6 | 4.54 | 53.74 | - |
| YUV | 36.46 | 219.16 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 198 | 0.91 | 0.92 | 0 | 0.22 | 240.66 | 0.86 | 0.42 |
| Hex | 11 | F | C6 | 5B | 5C | 0 | 16 | F1 | 56 | 2A |
| Octal | 21 | 17 | 306 | 133 | 134 | 0 | 26 | 361 | 126 | 52 |
| Binary | 10001 | 1111 | 11000110 | 1011011 | 1011100 | 0 | 10110 | 11110001 | 1010110 | 101010 |
Color Harmonies of #110FC6
Complementary color
Monochromatic Colors of #110FC6
Black with #110FC6
Text Example
Text Example
White with #110FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110FC6; }
p { color: rgb(17,15,198); }
H1.HeaderClassName
{
color: #110FC6;
}
.AnyTagClassName
{
color: #110FC6;
}
</style>
background-color css
<style>
a { background-color: #110FC6; }
a { background-color: rgb(17,15,198); }
div.DivClassName
{
background-color: #110FC6;
}
.BgClassName
{
background-color: #110FC6;
}
</style>
border-color css
<style>
span { border-color: #110FC6; }
span { border-color: rgb(17,15,198); }
td.TdClassName
{
border-color: #110FC6;
}
.TagClassName
{
border-color: #110FC6;
}
</style>