Shades of Persian Blue #1332EC
Tints of Persian Blue #1332EC
RGB
CMYK
RGB Variations
Color information
#1332EC (or 0x1332EC) is known color: Persian Blue. HEX triplet: 13, 32 and EC. RGB value is (19,50,236). Sum of RGB (Red+Green+Blue) = 19+50+236=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 236 (92.58% from 255 or 77.38% from 305); Max value from RGB is 236 - color contains mainly: blue. Hex color #1332EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1332EC is #ECCD13. Grayscale: #3D3D3D. Windows color (decimal): -15518996 or 15479315. OLE color: 15479315.
HSL color Cylindrical-coordinate representation of color #1332EC: hue angle of 231.43º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1332EC is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 50 | 236 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.07 |
| HSL | 231.43º | 0.85% | 0.5% | - |
| HSV(B) | 231.43º | 0.92% | 0.93% | - |
| XYZ | 16.55 | 8.48 | 80.12 | - |
| YUV | 61.94 | 226.23 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 236 | 0.92 | 0.79 | 0 | 0.07 | 231.43 | 0.85 | 0.5 |
| Hex | 13 | 32 | EC | 5C | 4F | 0 | 7 | E7 | 55 | 32 |
| Octal | 23 | 62 | 354 | 134 | 117 | 0 | 7 | 347 | 125 | 62 |
| Binary | 10011 | 110010 | 11101100 | 1011100 | 1001111 | 0 | 111 | 11100111 | 1010101 | 110010 |
Color Harmonies of #1332EC
Complementary color
Monochromatic Colors of #1332EC
Black with #1332EC
Text Example
Text Example
White with #1332EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1332EC; }
p { color: rgb(19,50,236); }
H1.HeaderClassName
{
color: #1332EC;
}
.AnyTagClassName
{
color: #1332EC;
}
</style>
background-color css
<style>
a { background-color: #1332EC; }
a { background-color: rgb(19,50,236); }
div.DivClassName
{
background-color: #1332EC;
}
.BgClassName
{
background-color: #1332EC;
}
</style>
border-color css
<style>
span { border-color: #1332EC; }
span { border-color: rgb(19,50,236); }
td.TdClassName
{
border-color: #1332EC;
}
.TagClassName
{
border-color: #1332EC;
}
</style>