#053ECF

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

Shades of Persian Blue #053ECF

Tints of Persian Blue #053ECF

Color information

#053ECF (or 0x053ECF) is unknown color: approx Persian Blue. HEX triplet: 05, 3E and CF. RGB value is (5,62,207). Sum of RGB (Red+Green+Blue) = 5+62+207=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #053ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ECF is #FAC130. Grayscale: #3C3C3C. Windows color (decimal): -16433457 or 13581829. OLE color: 13581829.

HSL color Cylindrical-coordinate representation of color #053ECF: hue angle of 223.07º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053ECF is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB562207-
CMYK0.980.7000.19
HSL223.07º95.28%41.57%-
HSV(B)223.07º97.58%81.18%-
XYZ13.057.9859.88-
YUV61.49210.1287.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.82%
GREEN value IS 62 (24.61% from 255) = 22.63%
BLUE value IS 207 (81.25% from 255) = 75.55%
R=1.82%
G=22.63%
B=75.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal5622070.980.7000.19223.0795.2841.57
Hex53ECF6246013df5f2a
Octal57631714210602333713752
Binary1011111101100111111000101000110010011110111111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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