Shades of Medium Blue #111BC4
Tints of Medium Blue #111BC4
RGB
CMYK
RGB Variations
Color information
#111BC4 (or 0x111BC4) is known color: Medium Blue. HEX triplet: 11, 1B and C4. RGB value is (17,27,196). Sum of RGB (Red+Green+Blue) = 17+27+196=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 196 (76.95% from 255 or 81.67% from 240); Max value from RGB is 196 - color contains mainly: blue. Hex color #111BC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BC4 is #EEE43B. Grayscale: #2A2A2A. Windows color (decimal): -15655996 or 12851985. OLE color: 12851985.
HSL color Cylindrical-coordinate representation of color #111BC4: hue angle of 236.65º 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 #111BC4 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 27 | 196 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.23 |
| HSL | 236.65º | 0.84% | 0.42% | - |
| HSV(B) | 236.65º | 0.91% | 0.77% | - |
| XYZ | 10.59 | 4.89 | 52.61 | - |
| YUV | 43.28 | 214.19 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 196 | 0.91 | 0.86 | 0 | 0.23 | 236.65 | 0.84 | 0.42 |
| Hex | 11 | 1B | C4 | 5B | 56 | 0 | 17 | ED | 54 | 2A |
| Octal | 21 | 33 | 304 | 133 | 126 | 0 | 27 | 355 | 124 | 52 |
| Binary | 10001 | 11011 | 11000100 | 1011011 | 1010110 | 0 | 10111 | 11101101 | 1010100 | 101010 |
Color Harmonies of #111BC4
Complementary color
Monochromatic Colors of #111BC4
Black with #111BC4
Text Example
Text Example
White with #111BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BC4; }
p { color: rgb(17,27,196); }
H1.HeaderClassName
{
color: #111BC4;
}
.AnyTagClassName
{
color: #111BC4;
}
</style>
background-color css
<style>
a { background-color: #111BC4; }
a { background-color: rgb(17,27,196); }
div.DivClassName
{
background-color: #111BC4;
}
.BgClassName
{
background-color: #111BC4;
}
</style>
border-color css
<style>
span { border-color: #111BC4; }
span { border-color: rgb(17,27,196); }
td.TdClassName
{
border-color: #111BC4;
}
.TagClassName
{
border-color: #111BC4;
}
</style>