Shades of Persian Blue #052DC9
Tints of Persian Blue #052DC9
RGB
CMYK
RGB Variations
Color information
#052DC9 (or 0x052DC9) is known color: Persian Blue. HEX triplet: 05, 2D and C9. RGB value is (5,45,201). Sum of RGB (Red+Green+Blue) = 5+45+201=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 201 (78.91% from 255 or 80.08% from 251); Max value from RGB is 201 - color contains mainly: blue. Hex color #052DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DC9 is #FAD236. Grayscale: #323232. Windows color (decimal): -16437815 or 13184261. OLE color: 13184261.
HSL color Cylindrical-coordinate representation of color #052DC9: hue angle of 227.76º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052DC9 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 45 | 201 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.21 |
| HSL | 227.76º | 0.95% | 0.4% | - |
| HSV(B) | 227.76º | 0.98% | 0.79% | - |
| XYZ | 11.54 | 6.13 | 55.83 | - |
| YUV | 50.82 | 212.75 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 201 | 0.98 | 0.78 | 0 | 0.21 | 227.76 | 0.95 | 0.4 |
| Hex | 5 | 2D | C9 | 62 | 4E | 0 | 15 | E4 | 5F | 28 |
| Octal | 5 | 55 | 311 | 142 | 116 | 0 | 25 | 344 | 137 | 50 |
| Binary | 101 | 101101 | 11001001 | 1100010 | 1001110 | 0 | 10101 | 11100100 | 1011111 | 101000 |
Color Harmonies of #052DC9
Complementary color
Monochromatic Colors of #052DC9
Black with #052DC9
Text Example
Text Example
White with #052DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052DC9; }
p { color: rgb(5,45,201); }
H1.HeaderClassName
{
color: #052DC9;
}
.AnyTagClassName
{
color: #052DC9;
}
</style>
background-color css
<style>
a { background-color: #052DC9; }
a { background-color: rgb(5,45,201); }
div.DivClassName
{
background-color: #052DC9;
}
.BgClassName
{
background-color: #052DC9;
}
</style>
border-color css
<style>
span { border-color: #052DC9; }
span { border-color: rgb(5,45,201); }
td.TdClassName
{
border-color: #052DC9;
}
.TagClassName
{
border-color: #052DC9;
}
</style>