#052ECA

Color #052ECA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #052ECA

Tints of Persian Blue #052ECA

Color information

#052ECA (or 0x052ECA) is unknown color: approx Persian Blue. HEX triplet: 05, 2E and CA. RGB value is (5,46,202). Sum of RGB (Red+Green+Blue) = 5+46+202=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 202 (79.30% from 255 or 79.84% from 253); Max value from RGB is 202 - color contains mainly: blue. Hex color #052ECA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ECA is #FAD135. Grayscale: #323232. Windows color (decimal): -16437558 or 13250053. OLE color: 13250053.

HSL color Cylindrical-coordinate representation of color #052ECA: hue angle of 227.51º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052ECA is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB546202-
CMYK0.980.7700.21
HSL227.51º95.17%40.59%-
HSV(B)227.51º97.52%79.22%-
XYZ11.76.2556.47-
YUV51.53212.9294.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.98%
GREEN value IS 46 (18.36% from 255) = 18.18%
BLUE value IS 202 (79.30% from 255) = 79.84%
R=1.98%
G=18.18%
B=79.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal5462020.980.7700.21227.5195.1740.59
Hex52ECA624D015e45f29
Octal55631214211502534413751
Binary1011011101100101011000101001101010101111001001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052ECA; }

 p { color: rgb(5,46,202); }

 H1.HeaderClassName
 {
   color: #052ECA;
 }
 .AnyTagClassName
 {
   color: #052ECA;
 }
</style>
background-color css

<style>
 a { background-color: #052ECA; }

 a { background-color: rgb(5,46,202); }

 div.DivClassName
 {
   background-color: #052ECA;
 }
 .BgClassName
 {
   background-color: #052ECA;
 }
</style>
border-color css

<style>
 span { border-color: #052ECA; }

 span { border-color: rgb(5,46,202); }

 td.TdClassName
 {
   border-color: #052ECA;
 }
 .TagClassName
 {
   border-color: #052ECA;
 }
</style>