Shades of Medium Blue #111BC5
Tints of Medium Blue #111BC5
RGB
CMYK
RGB Variations
Color information
#111BC5 (or 0x111BC5) is known color: Medium Blue. HEX triplet: 11, 1B and C5. RGB value is (17,27,197). Sum of RGB (Red+Green+Blue) = 17+27+197=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 197 (77.34% from 255 or 81.74% from 241); Max value from RGB is 197 - color contains mainly: blue. Hex color #111BC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BC5 is #EEE43A. Grayscale: #2A2A2A. Windows color (decimal): -15655995 or 12917521. OLE color: 12917521.
HSL color Cylindrical-coordinate representation of color #111BC5: hue angle of 236.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111BC5 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 27 | 197 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.23 |
| HSL | 236.67º | 0.84% | 0.42% | - |
| HSV(B) | 236.67º | 0.91% | 0.77% | - |
| XYZ | 10.7 | 4.93 | 53.21 | - |
| YUV | 43.39 | 214.69 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 197 | 0.91 | 0.86 | 0 | 0.23 | 236.67 | 0.84 | 0.42 |
| Hex | 11 | 1B | C5 | 5B | 56 | 0 | 17 | ED | 54 | 2A |
| Octal | 21 | 33 | 305 | 133 | 126 | 0 | 27 | 355 | 124 | 52 |
| Binary | 10001 | 11011 | 11000101 | 1011011 | 1010110 | 0 | 10111 | 11101101 | 1010100 | 101010 |
Color Harmonies of #111BC5
Complementary color
Monochromatic Colors of #111BC5
Black with #111BC5
Text Example
Text Example
White with #111BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BC5; }
p { color: rgb(17,27,197); }
H1.HeaderClassName
{
color: #111BC5;
}
.AnyTagClassName
{
color: #111BC5;
}
</style>
background-color css
<style>
a { background-color: #111BC5; }
a { background-color: rgb(17,27,197); }
div.DivClassName
{
background-color: #111BC5;
}
.BgClassName
{
background-color: #111BC5;
}
</style>
border-color css
<style>
span { border-color: #111BC5; }
span { border-color: rgb(17,27,197); }
td.TdClassName
{
border-color: #111BC5;
}
.TagClassName
{
border-color: #111BC5;
}
</style>