Html Css Color HEX #052AE5 Persian Blue

📋 copy color: '#052AE5'

red 5 ◦ green 42 ◦ blue 229

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

Shades of Persian Blue #052AE5

Tints of Persian Blue #052AE5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.22%

 BLUE value IS 229 (89.84% from 255) = 82.97%

R = 1.81%
G = 15.22%
B = 82.97%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#052AE5 (or 0x052AE5) is known color: Persian Blue. HEX triplet: 05, 2A and E5. RGB value is (5,42,229). Sum of RGB (Red+Green+Blue) = 5+42+229=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 229 (89.84% from 255 or 82.97% from 276); Max value from RGB is 229 - color contains mainly: blue. Hex color #052AE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052AE5 is #FAD51A. Grayscale: #333333. Windows color (decimal): -16438555 or 15018501. OLE color: 15018501.

HSL color Cylindrical-coordinate representation of color #052AE5: hue angle of 230.09º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052AE5 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 5 42 229 -
CMYK 0.98 0.82 0 0.10
HSL 230.09º 0.96% 0.46% -
HSV(B) 230.09º 0.98% 0.9% -
XYZ 15.03 7.35 74.75 -
YUV 52.26 227.74 94.29 -
System Red Green Blue C M Y K H S L
Decimal 5 42 229 0.98 0.82 0 0.10 230.09 0.96 0.46
Hex 5 2A E5 62 52 0 A E6 60 2E
Octal 5 52 345 142 122 0 12 346 140 56
Binary 101 101010 11100101 1100010 1010010 0 1010 11100110 1100000 101110

Color Harmonies of #052AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052AE5

Black with #052AE5

Text Example


Text Example

White with #052AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,42,229); }

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

background-color css

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

 a { background-color: rgb(5,42,229); }

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

border-color css

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

 span { border-color: rgb(5,42,229); }

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