Shades of Medium Blue #111CCC
Tints of Medium Blue #111CCC
RGB
CMYK
RGB Variations
Color information
#111CCC (or 0x111CCC) is known color: Medium Blue. HEX triplet: 11, 1C and CC. RGB value is (17,28,204). Sum of RGB (Red+Green+Blue) = 17+28+204=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #111CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CCC is #EEE333. Grayscale: #2C2C2C. Windows color (decimal): -15655732 or 13376529. OLE color: 13376529.
HSL color Cylindrical-coordinate representation of color #111CCC: hue angle of 236.47º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111CCC is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 28 | 204 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.2 |
| HSL | 236.47º | 0.85% | 0.43% | - |
| HSV(B) | 236.47º | 0.92% | 0.8% | - |
| XYZ | 11.55 | 5.31 | 57.54 | - |
| YUV | 44.78 | 217.86 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 204 | 0.92 | 0.86 | 0 | 0.2 | 236.47 | 0.85 | 0.43 |
| Hex | 11 | 1C | CC | 5C | 56 | 0 | 14 | EC | 55 | 2B |
| Octal | 21 | 34 | 314 | 134 | 126 | 0 | 24 | 354 | 125 | 53 |
| Binary | 10001 | 11100 | 11001100 | 1011100 | 1010110 | 0 | 10100 | 11101100 | 1010101 | 101011 |
Color Harmonies of #111CCC
Complementary color
Monochromatic Colors of #111CCC
Black with #111CCC
Text Example
Text Example
White with #111CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CCC; }
p { color: rgb(17,28,204); }
H1.HeaderClassName
{
color: #111CCC;
}
.AnyTagClassName
{
color: #111CCC;
}
</style>
background-color css
<style>
a { background-color: #111CCC; }
a { background-color: rgb(17,28,204); }
div.DivClassName
{
background-color: #111CCC;
}
.BgClassName
{
background-color: #111CCC;
}
</style>
border-color css
<style>
span { border-color: #111CCC; }
span { border-color: rgb(17,28,204); }
td.TdClassName
{
border-color: #111CCC;
}
.TagClassName
{
border-color: #111CCC;
}
</style>