Shades of Medium Blue #111BC3
Tints of Medium Blue #111BC3
RGB
CMYK
RGB Variations
Color information
#111BC3 (or 0x111BC3) is known color: Medium Blue. HEX triplet: 11, 1B and C3. RGB value is (17,27,195). Sum of RGB (Red+Green+Blue) = 17+27+195=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 195 (76.56% from 255 or 81.59% from 239); Max value from RGB is 195 - color contains mainly: blue. Hex color #111BC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BC3 is #EEE43C. Grayscale: #2A2A2A. Windows color (decimal): -15655997 or 12786449. OLE color: 12786449.
HSL color Cylindrical-coordinate representation of color #111BC3: hue angle of 236.63º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111BC3 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 27 | 195 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.24 |
| HSL | 236.63º | 0.84% | 0.42% | - |
| HSV(B) | 236.63º | 0.91% | 0.76% | - |
| XYZ | 10.47 | 4.84 | 52.01 | - |
| YUV | 43.16 | 213.69 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 195 | 0.91 | 0.86 | 0 | 0.24 | 236.63 | 0.84 | 0.42 |
| Hex | 11 | 1B | C3 | 5B | 56 | 0 | 18 | ED | 54 | 2A |
| Octal | 21 | 33 | 303 | 133 | 126 | 0 | 30 | 355 | 124 | 52 |
| Binary | 10001 | 11011 | 11000011 | 1011011 | 1010110 | 0 | 11000 | 11101101 | 1010100 | 101010 |
Color Harmonies of #111BC3
Complementary color
Monochromatic Colors of #111BC3
Black with #111BC3
Text Example
Text Example
White with #111BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BC3; }
p { color: rgb(17,27,195); }
H1.HeaderClassName
{
color: #111BC3;
}
.AnyTagClassName
{
color: #111BC3;
}
</style>
background-color css
<style>
a { background-color: #111BC3; }
a { background-color: rgb(17,27,195); }
div.DivClassName
{
background-color: #111BC3;
}
.BgClassName
{
background-color: #111BC3;
}
</style>
border-color css
<style>
span { border-color: #111BC3; }
span { border-color: rgb(17,27,195); }
td.TdClassName
{
border-color: #111BC3;
}
.TagClassName
{
border-color: #111BC3;
}
</style>