Html Css Color HEX #053ECC Persian Blue

📋 copy color: '#053ECC'

red 5 ◦ green 62 ◦ blue 204

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

Shades of Persian Blue #053ECC

Tints of Persian Blue #053ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75.28%

R = 1.85%
G = 22.88%
B = 75.28%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#053ECC (or 0x053ECC) is known color: Persian Blue. HEX triplet: 05, 3E and CC. RGB value is (5,62,204). Sum of RGB (Red+Green+Blue) = 5+62+204=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #053ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ECC is #FAC133. Grayscale: #3C3C3C. Windows color (decimal): -16433460 or 13385221. OLE color: 13385221.

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

Color convert

RGB 5 62 204 -
CMYK 0.98 0.70 0 0.2
HSL 222.81º 0.95% 0.41% -
HSV(B) 222.81º 0.98% 0.8% -
XYZ 12.68 7.84 57.97 -
YUV 61.15 208.62 87.95 -
System Red Green Blue C M Y K H S L
Decimal 5 62 204 0.98 0.70 0 0.2 222.81 0.95 0.41
Hex 5 3E CC 62 46 0 14 DF 5F 29
Octal 5 76 314 142 106 0 24 337 137 51
Binary 101 111110 11001100 1100010 1000110 0 10100 11011111 1011111 101001

Color Harmonies of #053ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053ECC

Black with #053ECC

Text Example


Text Example

White with #053ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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