#053BCA

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

Shades of Persian Blue #053BCA

Tints of Persian Blue #053BCA

Color information

#053BCA (or 0x053BCA) is unknown color: approx Persian Blue. HEX triplet: 05, 3B and CA. RGB value is (5,59,202). Sum of RGB (Red+Green+Blue) = 5+59+202=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 202 (79.30% from 255 or 75.94% from 266); Max value from RGB is 202 - color contains mainly: blue. Hex color #053BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BCA is #FAC435. Grayscale: #3A3A3A. Windows color (decimal): -16434230 or 13253381. OLE color: 13253381.

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

Color convert

RGB559202-
CMYK0.980.7100.21
HSL223.55º95.17%40.59%-
HSV(B)223.55º97.52%79.22%-
XYZ12.297.4256.66-
YUV59.16208.6189.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.88%
GREEN value IS 59 (23.44% from 255) = 22.18%
BLUE value IS 202 (79.30% from 255) = 75.94%
R=1.88%
G=22.18%
B=75.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal5592020.980.7100.21223.5595.1740.59
Hex53BCA6247015e05f29
Octal57331214210702534013751
Binary1011110111100101011000101000111010101111000001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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