Shades of Persian Blue #111DC2
Tints of Persian Blue #111DC2
RGB
CMYK
RGB Variations
Color information
#111DC2 (or 0x111DC2) is known color: Persian Blue. HEX triplet: 11, 1D and C2. RGB value is (17,29,194). Sum of RGB (Red+Green+Blue) = 17+29+194=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 194 (76.17% from 255 or 80.83% from 240); Max value from RGB is 194 - color contains mainly: blue. Hex color #111DC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DC2 is #EEE23D. Grayscale: #2B2B2B. Windows color (decimal): -15655486 or 12721425. OLE color: 12721425.
HSL color Cylindrical-coordinate representation of color #111DC2: hue angle of 235.93º 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 #111DC2 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 29 | 194 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.24 |
| HSL | 235.93º | 0.84% | 0.41% | - |
| HSV(B) | 235.93º | 0.91% | 0.76% | - |
| XYZ | 10.41 | 4.89 | 51.43 | - |
| YUV | 44.22 | 212.52 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 194 | 0.91 | 0.85 | 0 | 0.24 | 235.93 | 0.84 | 0.41 |
| Hex | 11 | 1D | C2 | 5B | 55 | 0 | 18 | EC | 54 | 29 |
| Octal | 21 | 35 | 302 | 133 | 125 | 0 | 30 | 354 | 124 | 51 |
| Binary | 10001 | 11101 | 11000010 | 1011011 | 1010101 | 0 | 11000 | 11101100 | 1010100 | 101001 |
Color Harmonies of #111DC2
Complementary color
Monochromatic Colors of #111DC2
Black with #111DC2
Text Example
Text Example
White with #111DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111DC2; }
p { color: rgb(17,29,194); }
H1.HeaderClassName
{
color: #111DC2;
}
.AnyTagClassName
{
color: #111DC2;
}
</style>
background-color css
<style>
a { background-color: #111DC2; }
a { background-color: rgb(17,29,194); }
div.DivClassName
{
background-color: #111DC2;
}
.BgClassName
{
background-color: #111DC2;
}
</style>
border-color css
<style>
span { border-color: #111DC2; }
span { border-color: rgb(17,29,194); }
td.TdClassName
{
border-color: #111DC2;
}
.TagClassName
{
border-color: #111DC2;
}
</style>