Shades of Persian Blue #0532CA
Tints of Persian Blue #0532CA
RGB
CMYK
RGB Variations
Color information
#0532CA (or 0x0532CA) is known color: Persian Blue. HEX triplet: 05, 32 and CA. RGB value is (5,50,202). Sum of RGB (Red+Green+Blue) = 5+50+202=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 202 (79.30% from 255 or 78.60% from 257); Max value from RGB is 202 - color contains mainly: blue. Hex color #0532CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0532CA is #FACD35. Grayscale: #353535. Windows color (decimal): -16436534 or 13251077. OLE color: 13251077.
HSL color Cylindrical-coordinate representation of color #0532CA: hue angle of 226.29º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0532CA is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 50 | 202 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.21 |
| HSL | 226.29º | 0.95% | 0.41% | - |
| HSV(B) | 226.29º | 0.98% | 0.79% | - |
| XYZ | 11.86 | 6.58 | 56.52 | - |
| YUV | 53.87 | 211.59 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 202 | 0.98 | 0.75 | 0 | 0.21 | 226.29 | 0.95 | 0.41 |
| Hex | 5 | 32 | CA | 62 | 4B | 0 | 15 | E2 | 5F | 29 |
| Octal | 5 | 62 | 312 | 142 | 113 | 0 | 25 | 342 | 137 | 51 |
| Binary | 101 | 110010 | 11001010 | 1100010 | 1001011 | 0 | 10101 | 11100010 | 1011111 | 101001 |
Color Harmonies of #0532CA
Complementary color
Monochromatic Colors of #0532CA
Black with #0532CA
Text Example
Text Example
White with #0532CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0532CA; }
p { color: rgb(5,50,202); }
H1.HeaderClassName
{
color: #0532CA;
}
.AnyTagClassName
{
color: #0532CA;
}
</style>
background-color css
<style>
a { background-color: #0532CA; }
a { background-color: rgb(5,50,202); }
div.DivClassName
{
background-color: #0532CA;
}
.BgClassName
{
background-color: #0532CA;
}
</style>
border-color css
<style>
span { border-color: #0532CA; }
span { border-color: rgb(5,50,202); }
td.TdClassName
{
border-color: #0532CA;
}
.TagClassName
{
border-color: #0532CA;
}
</style>