Shades of Persian Blue #052BE5
Tints of Persian Blue #052BE5
RGB
CMYK
RGB Variations
Color information
#052BE5 (or 0x052BE5) is known color: Persian Blue. HEX triplet: 05, 2B and E5. RGB value is (5,43,229). Sum of RGB (Red+Green+Blue) = 5+43+229=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 229 (89.84% from 255 or 82.67% from 277); Max value from RGB is 229 - color contains mainly: blue. Hex color #052BE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BE5 is #FAD41A. Grayscale: #343434. Windows color (decimal): -16438299 or 15018757. OLE color: 15018757.
HSL color Cylindrical-coordinate representation of color #052BE5: hue angle of 229.82º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052BE5 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 43 | 229 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.10 |
| HSL | 229.82º | 0.96% | 0.46% | - |
| HSV(B) | 229.82º | 0.98% | 0.9% | - |
| XYZ | 15.07 | 7.42 | 74.77 | - |
| YUV | 52.84 | 227.41 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 229 | 0.98 | 0.81 | 0 | 0.10 | 229.82 | 0.96 | 0.46 |
| Hex | 5 | 2B | E5 | 62 | 51 | 0 | A | E6 | 60 | 2E |
| Octal | 5 | 53 | 345 | 142 | 121 | 0 | 12 | 346 | 140 | 56 |
| Binary | 101 | 101011 | 11100101 | 1100010 | 1010001 | 0 | 1010 | 11100110 | 1100000 | 101110 |
Color Harmonies of #052BE5
Complementary color
Monochromatic Colors of #052BE5
Black with #052BE5
Text Example
Text Example
White with #052BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052BE5; }
p { color: rgb(5,43,229); }
H1.HeaderClassName
{
color: #052BE5;
}
.AnyTagClassName
{
color: #052BE5;
}
</style>
background-color css
<style>
a { background-color: #052BE5; }
a { background-color: rgb(5,43,229); }
div.DivClassName
{
background-color: #052BE5;
}
.BgClassName
{
background-color: #052BE5;
}
</style>
border-color css
<style>
span { border-color: #052BE5; }
span { border-color: rgb(5,43,229); }
td.TdClassName
{
border-color: #052BE5;
}
.TagClassName
{
border-color: #052BE5;
}
</style>