Shades of Persian Blue #1122CC
Tints of Persian Blue #1122CC
RGB
CMYK
RGB Variations
Color information
#1122CC (or 0x1122CC) is known color: Persian Blue. HEX triplet: 11, 22 and CC. RGB value is (17,34,204). Sum of RGB (Red+Green+Blue) = 17+34+204=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #1122CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1122CC is #EEDD33. Grayscale: #2F2F2F. Windows color (decimal): -15654196 or 13378065. OLE color: 13378065.
HSL color Cylindrical-coordinate representation of color #1122CC: hue angle of 234.55º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1122CC is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 34 | 204 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.2 |
| HSL | 234.55º | 0.85% | 0.43% | - |
| HSV(B) | 234.55º | 0.92% | 0.8% | - |
| XYZ | 11.7 | 5.62 | 57.6 | - |
| YUV | 48.3 | 215.87 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 204 | 0.92 | 0.83 | 0 | 0.2 | 234.55 | 0.85 | 0.43 |
| Hex | 11 | 22 | CC | 5C | 53 | 0 | 14 | EB | 55 | 2B |
| Octal | 21 | 42 | 314 | 134 | 123 | 0 | 24 | 353 | 125 | 53 |
| Binary | 10001 | 100010 | 11001100 | 1011100 | 1010011 | 0 | 10100 | 11101011 | 1010101 | 101011 |
Color Harmonies of #1122CC
Complementary color
Monochromatic Colors of #1122CC
Black with #1122CC
Text Example
Text Example
White with #1122CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1122CC; }
p { color: rgb(17,34,204); }
H1.HeaderClassName
{
color: #1122CC;
}
.AnyTagClassName
{
color: #1122CC;
}
</style>
background-color css
<style>
a { background-color: #1122CC; }
a { background-color: rgb(17,34,204); }
div.DivClassName
{
background-color: #1122CC;
}
.BgClassName
{
background-color: #1122CC;
}
</style>
border-color css
<style>
span { border-color: #1122CC; }
span { border-color: rgb(17,34,204); }
td.TdClassName
{
border-color: #1122CC;
}
.TagClassName
{
border-color: #1122CC;
}
</style>