Html Css Color HEX #052ECE Persian Blue

📋 copy color: '#052ECE'

red 5 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #052ECE

Tints of Persian Blue #052ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.9%

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

R = 1.95%
G = 17.9%
B = 80.16%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#052ECE (or 0x052ECE) is known color: Persian Blue. HEX triplet: 05, 2E and CE. RGB value is (5,46,206). Sum of RGB (Red+Green+Blue) = 5+46+206=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 206 (80.86% from 255 or 80.16% from 257); Max value from RGB is 206 - color contains mainly: blue. Hex color #052ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ECE is #FAD131. Grayscale: #333333. Windows color (decimal): -16437554 or 13512197. OLE color: 13512197.

HSL color Cylindrical-coordinate representation of color #052ECE: hue angle of 227.76º 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 #052ECE is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 46 206 -
CMYK 0.98 0.78 0 0.19
HSL 227.76º 0.95% 0.41% -
HSV(B) 227.76º 0.98% 0.81% -
XYZ 12.18 6.44 58.99 -
YUV 51.98 214.92 94.49 -
System Red Green Blue C M Y K H S L
Decimal 5 46 206 0.98 0.78 0 0.19 227.76 0.95 0.41
Hex 5 2E CE 62 4E 0 13 E4 5F 29
Octal 5 56 316 142 116 0 23 344 137 51
Binary 101 101110 11001110 1100010 1001110 0 10011 11100100 1011111 101001

Color Harmonies of #052ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052ECE

Black with #052ECE

Text Example


Text Example

White with #052ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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