Shades of Persian Blue #0529DA
Tints of Persian Blue #0529DA
RGB
CMYK
RGB Variations
Color information
#0529DA (or 0x0529DA) is known color: Persian Blue. HEX triplet: 05, 29 and DA. RGB value is (5,41,218). Sum of RGB (Red+Green+Blue) = 5+41+218=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 218 (85.55% from 255 or 82.58% from 264); Max value from RGB is 218 - color contains mainly: blue. Hex color #0529DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0529DA is #FAD625. Grayscale: #313131. Windows color (decimal): -16438822 or 14297349. OLE color: 14297349.
HSL color Cylindrical-coordinate representation of color #0529DA: hue angle of 229.86º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0529DA is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 41 | 218 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.15 |
| HSL | 229.86º | 0.96% | 0.44% | - |
| HSV(B) | 229.86º | 0.98% | 0.85% | - |
| XYZ | 13.51 | 6.68 | 66.91 | - |
| YUV | 50.41 | 222.57 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 218 | 0.98 | 0.81 | 0 | 0.15 | 229.86 | 0.96 | 0.44 |
| Hex | 5 | 29 | DA | 62 | 51 | 0 | F | E6 | 60 | 2C |
| Octal | 5 | 51 | 332 | 142 | 121 | 0 | 17 | 346 | 140 | 54 |
| Binary | 101 | 101001 | 11011010 | 1100010 | 1010001 | 0 | 1111 | 11100110 | 1100000 | 101100 |
Color Harmonies of #0529DA
Complementary color
Monochromatic Colors of #0529DA
Black with #0529DA
Text Example
Text Example
White with #0529DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0529DA; }
p { color: rgb(5,41,218); }
H1.HeaderClassName
{
color: #0529DA;
}
.AnyTagClassName
{
color: #0529DA;
}
</style>
background-color css
<style>
a { background-color: #0529DA; }
a { background-color: rgb(5,41,218); }
div.DivClassName
{
background-color: #0529DA;
}
.BgClassName
{
background-color: #0529DA;
}
</style>
border-color css
<style>
span { border-color: #0529DA; }
span { border-color: rgb(5,41,218); }
td.TdClassName
{
border-color: #0529DA;
}
.TagClassName
{
border-color: #0529DA;
}
</style>