Shades of Persian Blue #0529D0
Tints of Persian Blue #0529D0
RGB
CMYK
RGB Variations
Color information
#0529D0 (or 0x0529D0) is known color: Persian Blue. HEX triplet: 05, 29 and D0. RGB value is (5,41,208). Sum of RGB (Red+Green+Blue) = 5+41+208=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 208 (81.64% from 255 or 81.89% from 254); Max value from RGB is 208 - color contains mainly: blue. Hex color #0529D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0529D0 is #FAD62F. Grayscale: #303030. Windows color (decimal): -16438832 or 13641989. OLE color: 13641989.
HSL color Cylindrical-coordinate representation of color #0529D0: hue angle of 229.36º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0529D0 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 41 | 208 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.18 |
| HSL | 229.36º | 0.95% | 0.42% | - |
| HSV(B) | 229.36º | 0.98% | 0.82% | - |
| XYZ | 12.24 | 6.17 | 60.22 | - |
| YUV | 49.27 | 217.57 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 208 | 0.98 | 0.80 | 0 | 0.18 | 229.36 | 0.95 | 0.42 |
| Hex | 5 | 29 | D0 | 62 | 50 | 0 | 12 | E5 | 5F | 2A |
| Octal | 5 | 51 | 320 | 142 | 120 | 0 | 22 | 345 | 137 | 52 |
| Binary | 101 | 101001 | 11010000 | 1100010 | 1010000 | 0 | 10010 | 11100101 | 1011111 | 101010 |
Color Harmonies of #0529D0
Complementary color
Monochromatic Colors of #0529D0
Black with #0529D0
Text Example
Text Example
White with #0529D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0529D0; }
p { color: rgb(5,41,208); }
H1.HeaderClassName
{
color: #0529D0;
}
.AnyTagClassName
{
color: #0529D0;
}
</style>
background-color css
<style>
a { background-color: #0529D0; }
a { background-color: rgb(5,41,208); }
div.DivClassName
{
background-color: #0529D0;
}
.BgClassName
{
background-color: #0529D0;
}
</style>
border-color css
<style>
span { border-color: #0529D0; }
span { border-color: rgb(5,41,208); }
td.TdClassName
{
border-color: #0529D0;
}
.TagClassName
{
border-color: #0529D0;
}
</style>