Shades of Persian Blue #052CE1
Tints of Persian Blue #052CE1
RGB
CMYK
RGB Variations
Color information
#052CE1 (or 0x052CE1) is known color: Persian Blue. HEX triplet: 05, 2C and E1. RGB value is (5,44,225). Sum of RGB (Red+Green+Blue) = 5+44+225=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 225 (88.28% from 255 or 82.12% from 274); Max value from RGB is 225 - color contains mainly: blue. Hex color #052CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052CE1 is #FAD31E. Grayscale: #343434. Windows color (decimal): -16438047 or 14756869. OLE color: 14756869.
HSL color Cylindrical-coordinate representation of color #052CE1: hue angle of 229.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052CE1 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 44 | 225 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.12 |
| HSL | 229.36º | 0.96% | 0.45% | - |
| HSV(B) | 229.36º | 0.98% | 0.88% | - |
| XYZ | 14.55 | 7.27 | 71.87 | - |
| YUV | 52.97 | 225.08 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 225 | 0.98 | 0.80 | 0 | 0.12 | 229.36 | 0.96 | 0.45 |
| Hex | 5 | 2C | E1 | 62 | 50 | 0 | C | E5 | 60 | 2D |
| Octal | 5 | 54 | 341 | 142 | 120 | 0 | 14 | 345 | 140 | 55 |
| Binary | 101 | 101100 | 11100001 | 1100010 | 1010000 | 0 | 1100 | 11100101 | 1100000 | 101101 |
Color Harmonies of #052CE1
Complementary color
Monochromatic Colors of #052CE1
Black with #052CE1
Text Example
Text Example
White with #052CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052CE1; }
p { color: rgb(5,44,225); }
H1.HeaderClassName
{
color: #052CE1;
}
.AnyTagClassName
{
color: #052CE1;
}
</style>
background-color css
<style>
a { background-color: #052CE1; }
a { background-color: rgb(5,44,225); }
div.DivClassName
{
background-color: #052CE1;
}
.BgClassName
{
background-color: #052CE1;
}
</style>
border-color css
<style>
span { border-color: #052CE1; }
span { border-color: rgb(5,44,225); }
td.TdClassName
{
border-color: #052CE1;
}
.TagClassName
{
border-color: #052CE1;
}
</style>