Shades of Persian Blue #0529DD
Tints of Persian Blue #0529DD
RGB
CMYK
RGB Variations
Color information
#0529DD (or 0x0529DD) is known color: Persian Blue. HEX triplet: 05, 29 and DD. RGB value is (5,41,221). Sum of RGB (Red+Green+Blue) = 5+41+221=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 221 (86.72% from 255 or 82.77% from 267); Max value from RGB is 221 - color contains mainly: blue. Hex color #0529DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0529DD is #FAD622. Grayscale: #323232. Windows color (decimal): -16438819 or 14493957. OLE color: 14493957.
HSL color Cylindrical-coordinate representation of color #0529DD: hue angle of 230º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0529DD is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 41 | 221 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.13 |
| HSL | 230º | 0.96% | 0.44% | - |
| HSV(B) | 230º | 0.98% | 0.87% | - |
| XYZ | 13.91 | 6.84 | 68.99 | - |
| YUV | 50.76 | 224.07 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 221 | 0.98 | 0.81 | 0 | 0.13 | 230 | 0.96 | 0.44 |
| Hex | 5 | 29 | DD | 62 | 51 | 0 | D | E6 | 60 | 2C |
| Octal | 5 | 51 | 335 | 142 | 121 | 0 | 15 | 346 | 140 | 54 |
| Binary | 101 | 101001 | 11011101 | 1100010 | 1010001 | 0 | 1101 | 11100110 | 1100000 | 101100 |
Color Harmonies of #0529DD
Complementary color
Monochromatic Colors of #0529DD
Black with #0529DD
Text Example
Text Example
White with #0529DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0529DD; }
p { color: rgb(5,41,221); }
H1.HeaderClassName
{
color: #0529DD;
}
.AnyTagClassName
{
color: #0529DD;
}
</style>
background-color css
<style>
a { background-color: #0529DD; }
a { background-color: rgb(5,41,221); }
div.DivClassName
{
background-color: #0529DD;
}
.BgClassName
{
background-color: #0529DD;
}
</style>
border-color css
<style>
span { border-color: #0529DD; }
span { border-color: rgb(5,41,221); }
td.TdClassName
{
border-color: #0529DD;
}
.TagClassName
{
border-color: #0529DD;
}
</style>