Shades of Persian Blue #111EC3
Tints of Persian Blue #111EC3
RGB
CMYK
RGB Variations
Color information
#111EC3 (or 0x111EC3) is known color: Persian Blue. HEX triplet: 11, 1E and C3. RGB value is (17,30,195). Sum of RGB (Red+Green+Blue) = 17+30+195=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 195 (76.56% from 255 or 80.58% from 242); Max value from RGB is 195 - color contains mainly: blue. Hex color #111EC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111EC3 is #EEE13C. Grayscale: #2C2C2C. Windows color (decimal): -15655229 or 12787217. OLE color: 12787217.
HSL color Cylindrical-coordinate representation of color #111EC3: hue angle of 235.62º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111EC3 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 30 | 195 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.24 |
| HSL | 235.62º | 0.84% | 0.42% | - |
| HSV(B) | 235.62º | 0.91% | 0.76% | - |
| XYZ | 10.55 | 4.99 | 52.04 | - |
| YUV | 44.92 | 212.69 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 195 | 0.91 | 0.85 | 0 | 0.24 | 235.62 | 0.84 | 0.42 |
| Hex | 11 | 1E | C3 | 5B | 55 | 0 | 18 | EC | 54 | 2A |
| Octal | 21 | 36 | 303 | 133 | 125 | 0 | 30 | 354 | 124 | 52 |
| Binary | 10001 | 11110 | 11000011 | 1011011 | 1010101 | 0 | 11000 | 11101100 | 1010100 | 101010 |
Color Harmonies of #111EC3
Complementary color
Monochromatic Colors of #111EC3
Black with #111EC3
Text Example
Text Example
White with #111EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111EC3; }
p { color: rgb(17,30,195); }
H1.HeaderClassName
{
color: #111EC3;
}
.AnyTagClassName
{
color: #111EC3;
}
</style>
background-color css
<style>
a { background-color: #111EC3; }
a { background-color: rgb(17,30,195); }
div.DivClassName
{
background-color: #111EC3;
}
.BgClassName
{
background-color: #111EC3;
}
</style>
border-color css
<style>
span { border-color: #111EC3; }
span { border-color: rgb(17,30,195); }
td.TdClassName
{
border-color: #111EC3;
}
.TagClassName
{
border-color: #111EC3;
}
</style>