#053ECA

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

Shades of Persian Blue #053ECA

Tints of Persian Blue #053ECA

Color information

#053ECA (or 0x053ECA) is unknown color: approx Persian Blue. HEX triplet: 05, 3E and CA. RGB value is (5,62,202). Sum of RGB (Red+Green+Blue) = 5+62+202=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 202 (79.30% from 255 or 75.09% from 269); Max value from RGB is 202 - color contains mainly: blue. Hex color #053ECA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ECA is #FAC135. Grayscale: #3C3C3C. Windows color (decimal): -16433462 or 13254149. OLE color: 13254149.

HSL color Cylindrical-coordinate representation of color #053ECA: hue angle of 222.64º 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 #053ECA is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB562202-
CMYK0.980.6900.21
HSL222.64º95.17%40.59%-
HSV(B)222.64º97.52%79.22%-
XYZ12.457.7456.72-
YUV60.92207.6288.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.86%
GREEN value IS 62 (24.61% from 255) = 23.05%
BLUE value IS 202 (79.30% from 255) = 75.09%
R=1.86%
G=23.05%
B=75.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal5622020.980.6900.21222.6495.1740.59
Hex53ECA6245015df5f29
Octal57631214210502533713751
Binary1011111101100101011000101000101010101110111111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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