Shades of Persian Blue #1132CA
Tints of Persian Blue #1132CA
RGB
CMYK
RGB Variations
Color information
#1132CA (or 0x1132CA) is known color: Persian Blue. HEX triplet: 11, 32 and CA. RGB value is (17,50,202). Sum of RGB (Red+Green+Blue) = 17+50+202=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 202 (79.30% from 255 or 75.09% from 269); Max value from RGB is 202 - color contains mainly: blue. Hex color #1132CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1132CA is #EECD35. Grayscale: #383838. Windows color (decimal): -15650102 or 13251089. OLE color: 13251089.
HSL color Cylindrical-coordinate representation of color #1132CA: hue angle of 229.3º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1132CA is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 50 | 202 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.21 |
| HSL | 229.3º | 0.84% | 0.43% | - |
| HSV(B) | 229.3º | 0.92% | 0.79% | - |
| XYZ | 12.03 | 6.66 | 56.53 | - |
| YUV | 57.46 | 209.57 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 202 | 0.92 | 0.75 | 0 | 0.21 | 229.3 | 0.84 | 0.43 |
| Hex | 11 | 32 | CA | 5C | 4B | 0 | 15 | E5 | 54 | 2B |
| Octal | 21 | 62 | 312 | 134 | 113 | 0 | 25 | 345 | 124 | 53 |
| Binary | 10001 | 110010 | 11001010 | 1011100 | 1001011 | 0 | 10101 | 11100101 | 1010100 | 101011 |
Color Harmonies of #1132CA
Complementary color
Monochromatic Colors of #1132CA
Black with #1132CA
Text Example
Text Example
White with #1132CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1132CA; }
p { color: rgb(17,50,202); }
H1.HeaderClassName
{
color: #1132CA;
}
.AnyTagClassName
{
color: #1132CA;
}
</style>
background-color css
<style>
a { background-color: #1132CA; }
a { background-color: rgb(17,50,202); }
div.DivClassName
{
background-color: #1132CA;
}
.BgClassName
{
background-color: #1132CA;
}
</style>
border-color css
<style>
span { border-color: #1132CA; }
span { border-color: rgb(17,50,202); }
td.TdClassName
{
border-color: #1132CA;
}
.TagClassName
{
border-color: #1132CA;
}
</style>