#053FCA

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

Shades of Persian Blue #053FCA

Tints of Persian Blue #053FCA

Color information

#053FCA (or 0x053FCA) is unknown color: approx Persian Blue. HEX triplet: 05, 3F and CA. RGB value is (5,63,202). Sum of RGB (Red+Green+Blue) = 5+63+202=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 202 (79.30% from 255 or 74.81% from 270); Max value from RGB is 202 - color contains mainly: blue. Hex color #053FCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FCA is #FAC035. Grayscale: #3C3C3C. Windows color (decimal): -16433206 or 13254405. OLE color: 13254405.

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

Color convert

RGB563202-
CMYK0.980.6900.21
HSL222.34º95.17%40.59%-
HSV(B)222.34º97.52%79.22%-
XYZ12.57.8556.73-
YUV61.5207.2887.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 63 (25% from 255) = 23.33%
BLUE value IS 202 (79.30% from 255) = 74.81%
R=1.85%
G=23.33%
B=74.81%

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
Decimal5632020.980.6900.21222.3495.1740.59
Hex53FCA6245015de5f29
Octal57731214210502533613751
Binary1011111111100101011000101000101010101110111101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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