Shades of Medium Blue #111ACB
Tints of Medium Blue #111ACB
RGB
CMYK
RGB Variations
Color information
#111ACB (or 0x111ACB) is known color: Medium Blue. HEX triplet: 11, 1A and CB. RGB value is (17,26,203). Sum of RGB (Red+Green+Blue) = 17+26+203=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 203 (79.69% from 255 or 82.52% from 246); Max value from RGB is 203 - color contains mainly: blue. Hex color #111ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ACB is #EEE534. Grayscale: #2A2A2A. Windows color (decimal): -15656245 or 13310481. OLE color: 13310481.
HSL color Cylindrical-coordinate representation of color #111ACB: hue angle of 237.1º 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 #111ACB is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 26 | 203 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.20 |
| HSL | 237.1º | 0.85% | 0.43% | - |
| HSV(B) | 237.1º | 0.92% | 0.8% | - |
| XYZ | 11.38 | 5.17 | 56.9 | - |
| YUV | 43.49 | 218.02 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 203 | 0.92 | 0.87 | 0 | 0.20 | 237.1 | 0.85 | 0.43 |
| Hex | 11 | 1A | CB | 5C | 57 | 0 | 14 | ED | 55 | 2B |
| Octal | 21 | 32 | 313 | 134 | 127 | 0 | 24 | 355 | 125 | 53 |
| Binary | 10001 | 11010 | 11001011 | 1011100 | 1010111 | 0 | 10100 | 11101101 | 1010101 | 101011 |
Color Harmonies of #111ACB
Complementary color
Monochromatic Colors of #111ACB
Black with #111ACB
Text Example
Text Example
White with #111ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111ACB; }
p { color: rgb(17,26,203); }
H1.HeaderClassName
{
color: #111ACB;
}
.AnyTagClassName
{
color: #111ACB;
}
</style>
background-color css
<style>
a { background-color: #111ACB; }
a { background-color: rgb(17,26,203); }
div.DivClassName
{
background-color: #111ACB;
}
.BgClassName
{
background-color: #111ACB;
}
</style>
border-color css
<style>
span { border-color: #111ACB; }
span { border-color: rgb(17,26,203); }
td.TdClassName
{
border-color: #111ACB;
}
.TagClassName
{
border-color: #111ACB;
}
</style>