Shades of Persian Blue #0529CA
Tints of Persian Blue #0529CA
RGB
CMYK
RGB Variations
Color information
#0529CA (or 0x0529CA) is known color: Persian Blue. HEX triplet: 05, 29 and CA. RGB value is (5,41,202). Sum of RGB (Red+Green+Blue) = 5+41+202=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 202 (79.30% from 255 or 81.45% from 248); Max value from RGB is 202 - color contains mainly: blue. Hex color #0529CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0529CA is #FAD635. Grayscale: #2F2F2F. Windows color (decimal): -16438838 or 13248773. OLE color: 13248773.
HSL color Cylindrical-coordinate representation of color #0529CA: hue angle of 229.04º 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 #0529CA is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 41 | 202 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.21 |
| HSL | 229.04º | 0.95% | 0.41% | - |
| HSV(B) | 229.04º | 0.98% | 0.79% | - |
| XYZ | 11.52 | 5.88 | 56.41 | - |
| YUV | 48.59 | 214.57 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 202 | 0.98 | 0.80 | 0 | 0.21 | 229.04 | 0.95 | 0.41 |
| Hex | 5 | 29 | CA | 62 | 50 | 0 | 15 | E5 | 5F | 29 |
| Octal | 5 | 51 | 312 | 142 | 120 | 0 | 25 | 345 | 137 | 51 |
| Binary | 101 | 101001 | 11001010 | 1100010 | 1010000 | 0 | 10101 | 11100101 | 1011111 | 101001 |
Color Harmonies of #0529CA
Complementary color
Monochromatic Colors of #0529CA
Black with #0529CA
Text Example
Text Example
White with #0529CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0529CA; }
p { color: rgb(5,41,202); }
H1.HeaderClassName
{
color: #0529CA;
}
.AnyTagClassName
{
color: #0529CA;
}
</style>
background-color css
<style>
a { background-color: #0529CA; }
a { background-color: rgb(5,41,202); }
div.DivClassName
{
background-color: #0529CA;
}
.BgClassName
{
background-color: #0529CA;
}
</style>
border-color css
<style>
span { border-color: #0529CA; }
span { border-color: rgb(5,41,202); }
td.TdClassName
{
border-color: #0529CA;
}
.TagClassName
{
border-color: #0529CA;
}
</style>