Html Css Color HEX #053ECE Persian Blue

📋 copy color: '#053ECE'

red 5 ◦ green 62 ◦ blue 206

#053ECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #053ECE

Tints of Persian Blue #053ECE

RGB

 RED value IS 5 (2.34% from 255) = 1.83%

 GREEN value IS 62 (24.61% from 255) = 22.71%

 BLUE value IS 206 (80.86% from 255) = 75.46%

R = 1.83%
G = 22.71%
B = 75.46%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#053ECE (or 0x053ECE) is known color: Persian Blue. HEX triplet: 05, 3E and CE. RGB value is (5,62,206). Sum of RGB (Red+Green+Blue) = 5+62+206=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #053ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ECE is #FAC131. Grayscale: #3C3C3C. Windows color (decimal): -16433458 or 13516293. OLE color: 13516293.

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

Color convert

RGB 5 62 206 -
CMYK 0.98 0.70 0 0.19
HSL 222.99º 0.95% 0.41% -
HSV(B) 222.99º 0.98% 0.81% -
XYZ 12.93 7.93 59.24 -
YUV 61.37 209.62 87.79 -
System Red Green Blue C M Y K H S L
Decimal 5 62 206 0.98 0.70 0 0.19 222.99 0.95 0.41
Hex 5 3E CE 62 46 0 13 DF 5F 29
Octal 5 76 316 142 106 0 23 337 137 51
Binary 101 111110 11001110 1100010 1000110 0 10011 11011111 1011111 101001

Color Harmonies of #053ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053ECE

Black with #053ECE

Text Example


Text Example

White with #053ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #053ECE;
 }
 .AnyTagClassName
 {
   color: #053ECE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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