Shades of Persian Blue #0529DC
Tints of Persian Blue #0529DC
RGB
CMYK
RGB Variations
Color information
#0529DC (or 0x0529DC) is known color: Persian Blue. HEX triplet: 05, 29 and DC. RGB value is (5,41,220). Sum of RGB (Red+Green+Blue) = 5+41+220=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 220 (86.33% from 255 or 82.71% from 266); Max value from RGB is 220 - color contains mainly: blue. Hex color #0529DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0529DC is #FAD623. Grayscale: #313131. Windows color (decimal): -16438820 or 14428421. OLE color: 14428421.
HSL color Cylindrical-coordinate representation of color #0529DC: hue angle of 229.95º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0529DC is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 41 | 220 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.14 |
| HSL | 229.95º | 0.96% | 0.44% | - |
| HSV(B) | 229.95º | 0.98% | 0.86% | - |
| XYZ | 13.77 | 6.79 | 68.29 | - |
| YUV | 50.64 | 223.57 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 220 | 0.98 | 0.81 | 0 | 0.14 | 229.95 | 0.96 | 0.44 |
| Hex | 5 | 29 | DC | 62 | 51 | 0 | E | E6 | 60 | 2C |
| Octal | 5 | 51 | 334 | 142 | 121 | 0 | 16 | 346 | 140 | 54 |
| Binary | 101 | 101001 | 11011100 | 1100010 | 1010001 | 0 | 1110 | 11100110 | 1100000 | 101100 |
Color Harmonies of #0529DC
Complementary color
Monochromatic Colors of #0529DC
Black with #0529DC
Text Example
Text Example
White with #0529DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0529DC; }
p { color: rgb(5,41,220); }
H1.HeaderClassName
{
color: #0529DC;
}
.AnyTagClassName
{
color: #0529DC;
}
</style>
background-color css
<style>
a { background-color: #0529DC; }
a { background-color: rgb(5,41,220); }
div.DivClassName
{
background-color: #0529DC;
}
.BgClassName
{
background-color: #0529DC;
}
</style>
border-color css
<style>
span { border-color: #0529DC; }
span { border-color: rgb(5,41,220); }
td.TdClassName
{
border-color: #0529DC;
}
.TagClassName
{
border-color: #0529DC;
}
</style>