Shades of Persian Blue #1122D6
Tints of Persian Blue #1122D6
RGB
CMYK
RGB Variations
Color information
#1122D6 (or 0x1122D6) is known color: Persian Blue. HEX triplet: 11, 22 and D6. RGB value is (17,34,214). Sum of RGB (Red+Green+Blue) = 17+34+214=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 214 (83.98% from 255 or 80.75% from 265); Max value from RGB is 214 - color contains mainly: blue. Hex color #1122D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1122D6 is #EEDD29. Grayscale: #303030. Windows color (decimal): -15654186 or 14033425. OLE color: 14033425.
HSL color Cylindrical-coordinate representation of color #1122D6: hue angle of 234.82º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1122D6 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 34 | 214 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.16 |
| HSL | 234.82º | 0.85% | 0.45% | - |
| HSV(B) | 234.82º | 0.92% | 0.84% | - |
| XYZ | 12.94 | 6.12 | 64.12 | - |
| YUV | 49.44 | 220.87 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 214 | 0.92 | 0.84 | 0 | 0.16 | 234.82 | 0.85 | 0.45 |
| Hex | 11 | 22 | D6 | 5C | 54 | 0 | 10 | EB | 55 | 2D |
| Octal | 21 | 42 | 326 | 134 | 124 | 0 | 20 | 353 | 125 | 55 |
| Binary | 10001 | 100010 | 11010110 | 1011100 | 1010100 | 0 | 10000 | 11101011 | 1010101 | 101101 |
Color Harmonies of #1122D6
Complementary color
Monochromatic Colors of #1122D6
Black with #1122D6
Text Example
Text Example
White with #1122D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1122D6; }
p { color: rgb(17,34,214); }
H1.HeaderClassName
{
color: #1122D6;
}
.AnyTagClassName
{
color: #1122D6;
}
</style>
background-color css
<style>
a { background-color: #1122D6; }
a { background-color: rgb(17,34,214); }
div.DivClassName
{
background-color: #1122D6;
}
.BgClassName
{
background-color: #1122D6;
}
</style>
border-color css
<style>
span { border-color: #1122D6; }
span { border-color: rgb(17,34,214); }
td.TdClassName
{
border-color: #1122D6;
}
.TagClassName
{
border-color: #1122D6;
}
</style>