Html Css Color HEX #052ECC Persian Blue

📋 copy color: '#052ECC'

red 5 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #052ECC

Tints of Persian Blue #052ECC

RGB

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

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

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

R = 1.96%
G = 18.04%
B = 80%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#052ECC (or 0x052ECC) is known color: Persian Blue. HEX triplet: 05, 2E and CC. RGB value is (5,46,204). Sum of RGB (Red+Green+Blue) = 5+46+204=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #052ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ECC is #FAD133. Grayscale: #333333. Windows color (decimal): -16437556 or 13381125. OLE color: 13381125.

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

Color convert

RGB 5 46 204 -
CMYK 0.98 0.77 0 0.2
HSL 227.64º 0.95% 0.41% -
HSV(B) 227.64º 0.98% 0.8% -
XYZ 11.94 6.35 57.72 -
YUV 51.75 213.92 94.65 -
System Red Green Blue C M Y K H S L
Decimal 5 46 204 0.98 0.77 0 0.2 227.64 0.95 0.41
Hex 5 2E CC 62 4D 0 14 E4 5F 29
Octal 5 56 314 142 115 0 24 344 137 51
Binary 101 101110 11001100 1100010 1001101 0 10100 11100100 1011111 101001

Color Harmonies of #052ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052ECC

Black with #052ECC

Text Example


Text Example

White with #052ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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