Shades of Medium Blue #111AD1
Tints of Medium Blue #111AD1
RGB
CMYK
RGB Variations
Color information
#111AD1 (or 0x111AD1) is known color: Medium Blue. HEX triplet: 11, 1A and D1. RGB value is (17,26,209). Sum of RGB (Red+Green+Blue) = 17+26+209=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 209 (82.03% from 255 or 82.94% from 252); Max value from RGB is 209 - color contains mainly: blue. Hex color #111AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111AD1 is #EEE52E. Grayscale: #2B2B2B. Windows color (decimal): -15656239 or 13703697. OLE color: 13703697.
HSL color Cylindrical-coordinate representation of color #111AD1: hue angle of 237.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111AD1 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 26 | 209 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.18 |
| HSL | 237.19º | 0.85% | 0.44% | - |
| HSV(B) | 237.19º | 0.92% | 0.82% | - |
| XYZ | 12.11 | 5.46 | 60.74 | - |
| YUV | 44.17 | 221.02 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 209 | 0.92 | 0.88 | 0 | 0.18 | 237.19 | 0.85 | 0.44 |
| Hex | 11 | 1A | D1 | 5C | 58 | 0 | 12 | ED | 55 | 2C |
| Octal | 21 | 32 | 321 | 134 | 130 | 0 | 22 | 355 | 125 | 54 |
| Binary | 10001 | 11010 | 11010001 | 1011100 | 1011000 | 0 | 10010 | 11101101 | 1010101 | 101100 |
Color Harmonies of #111AD1
Complementary color
Monochromatic Colors of #111AD1
Black with #111AD1
Text Example
Text Example
White with #111AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111AD1; }
p { color: rgb(17,26,209); }
H1.HeaderClassName
{
color: #111AD1;
}
.AnyTagClassName
{
color: #111AD1;
}
</style>
background-color css
<style>
a { background-color: #111AD1; }
a { background-color: rgb(17,26,209); }
div.DivClassName
{
background-color: #111AD1;
}
.BgClassName
{
background-color: #111AD1;
}
</style>
border-color css
<style>
span { border-color: #111AD1; }
span { border-color: rgb(17,26,209); }
td.TdClassName
{
border-color: #111AD1;
}
.TagClassName
{
border-color: #111AD1;
}
</style>