Shades of Medium Blue #111BCC
Tints of Medium Blue #111BCC
RGB
CMYK
RGB Variations
Color information
#111BCC (or 0x111BCC) is known color: Medium Blue. HEX triplet: 11, 1B and CC. RGB value is (17,27,204). Sum of RGB (Red+Green+Blue) = 17+27+204=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 204 (80.08% from 255 or 82.26% from 248); Max value from RGB is 204 - color contains mainly: blue. Hex color #111BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BCC is #EEE433. Grayscale: #2B2B2B. Windows color (decimal): -15655988 or 13376273. OLE color: 13376273.
HSL color Cylindrical-coordinate representation of color #111BCC: hue angle of 236.79º 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 #111BCC is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 27 | 204 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.2 |
| HSL | 236.79º | 0.85% | 0.43% | - |
| HSV(B) | 236.79º | 0.92% | 0.8% | - |
| XYZ | 11.52 | 5.26 | 57.54 | - |
| YUV | 44.19 | 218.19 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 204 | 0.92 | 0.87 | 0 | 0.2 | 236.79 | 0.85 | 0.43 |
| Hex | 11 | 1B | CC | 5C | 57 | 0 | 14 | ED | 55 | 2B |
| Octal | 21 | 33 | 314 | 134 | 127 | 0 | 24 | 355 | 125 | 53 |
| Binary | 10001 | 11011 | 11001100 | 1011100 | 1010111 | 0 | 10100 | 11101101 | 1010101 | 101011 |
Color Harmonies of #111BCC
Complementary color
Monochromatic Colors of #111BCC
Black with #111BCC
Text Example
Text Example
White with #111BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BCC; }
p { color: rgb(17,27,204); }
H1.HeaderClassName
{
color: #111BCC;
}
.AnyTagClassName
{
color: #111BCC;
}
</style>
background-color css
<style>
a { background-color: #111BCC; }
a { background-color: rgb(17,27,204); }
div.DivClassName
{
background-color: #111BCC;
}
.BgClassName
{
background-color: #111BCC;
}
</style>
border-color css
<style>
span { border-color: #111BCC; }
span { border-color: rgb(17,27,204); }
td.TdClassName
{
border-color: #111BCC;
}
.TagClassName
{
border-color: #111BCC;
}
</style>