Shades of Persian Blue #1132EC
Tints of Persian Blue #1132EC
RGB
CMYK
RGB Variations
Color information
#1132EC (or 0x1132EC) is known color: Persian Blue. HEX triplet: 11, 32 and EC. RGB value is (17,50,236). Sum of RGB (Red+Green+Blue) = 17+50+236=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #1132EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1132EC is #EECD13. Grayscale: #3C3C3C. Windows color (decimal): -15650068 or 15479313. OLE color: 15479313.
HSL color Cylindrical-coordinate representation of color #1132EC: hue angle of 230.96º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1132EC is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 50 | 236 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.07 |
| HSL | 230.96º | 0.87% | 0.5% | - |
| HSV(B) | 230.96º | 0.93% | 0.93% | - |
| XYZ | 16.51 | 8.46 | 80.12 | - |
| YUV | 61.34 | 226.57 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 236 | 0.93 | 0.79 | 0 | 0.07 | 230.96 | 0.87 | 0.5 |
| Hex | 11 | 32 | EC | 5D | 4F | 0 | 7 | E7 | 57 | 32 |
| Octal | 21 | 62 | 354 | 135 | 117 | 0 | 7 | 347 | 127 | 62 |
| Binary | 10001 | 110010 | 11101100 | 1011101 | 1001111 | 0 | 111 | 11100111 | 1010111 | 110010 |
Color Harmonies of #1132EC
Complementary color
Monochromatic Colors of #1132EC
Black with #1132EC
Text Example
Text Example
White with #1132EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1132EC; }
p { color: rgb(17,50,236); }
H1.HeaderClassName
{
color: #1132EC;
}
.AnyTagClassName
{
color: #1132EC;
}
</style>
background-color css
<style>
a { background-color: #1132EC; }
a { background-color: rgb(17,50,236); }
div.DivClassName
{
background-color: #1132EC;
}
.BgClassName
{
background-color: #1132EC;
}
</style>
border-color css
<style>
span { border-color: #1132EC; }
span { border-color: rgb(17,50,236); }
td.TdClassName
{
border-color: #1132EC;
}
.TagClassName
{
border-color: #1132EC;
}
</style>