Shades of Persian Blue #111EC1
Tints of Persian Blue #111EC1
RGB
CMYK
RGB Variations
Color information
#111EC1 (or 0x111EC1) is known color: Persian Blue. HEX triplet: 11, 1E and C1. RGB value is (17,30,193). Sum of RGB (Red+Green+Blue) = 17+30+193=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 193 (75.78% from 255 or 80.42% from 240); Max value from RGB is 193 - color contains mainly: blue. Hex color #111EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111EC1 is #EEE13E. Grayscale: #2C2C2C. Windows color (decimal): -15655231 or 12656145. OLE color: 12656145.
HSL color Cylindrical-coordinate representation of color #111EC1: hue angle of 235.57º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111EC1 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 30 | 193 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.24 |
| HSL | 235.57º | 0.84% | 0.41% | - |
| HSV(B) | 235.57º | 0.91% | 0.76% | - |
| XYZ | 10.32 | 4.9 | 50.85 | - |
| YUV | 44.7 | 211.69 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 193 | 0.91 | 0.84 | 0 | 0.24 | 235.57 | 0.84 | 0.41 |
| Hex | 11 | 1E | C1 | 5B | 54 | 0 | 18 | EC | 54 | 29 |
| Octal | 21 | 36 | 301 | 133 | 124 | 0 | 30 | 354 | 124 | 51 |
| Binary | 10001 | 11110 | 11000001 | 1011011 | 1010100 | 0 | 11000 | 11101100 | 1010100 | 101001 |
Color Harmonies of #111EC1
Complementary color
Monochromatic Colors of #111EC1
Black with #111EC1
Text Example
Text Example
White with #111EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111EC1; }
p { color: rgb(17,30,193); }
H1.HeaderClassName
{
color: #111EC1;
}
.AnyTagClassName
{
color: #111EC1;
}
</style>
background-color css
<style>
a { background-color: #111EC1; }
a { background-color: rgb(17,30,193); }
div.DivClassName
{
background-color: #111EC1;
}
.BgClassName
{
background-color: #111EC1;
}
</style>
border-color css
<style>
span { border-color: #111EC1; }
span { border-color: rgb(17,30,193); }
td.TdClassName
{
border-color: #111EC1;
}
.TagClassName
{
border-color: #111EC1;
}
</style>