Html Css Color HEX #052BE0 Persian Blue

📋 copy color: '#052BE0'

red 5 ◦ green 43 ◦ blue 224

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

Shades of Persian Blue #052BE0

Tints of Persian Blue #052BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.81%

 BLUE value IS 224 (87.89% from 255) = 82.35%

R = 1.84%
G = 15.81%
B = 82.35%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#052BE0 (or 0x052BE0) is known color: Persian Blue. HEX triplet: 05, 2B and E0. RGB value is (5,43,224). Sum of RGB (Red+Green+Blue) = 5+43+224=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 224 (87.89% from 255 or 82.35% from 272); Max value from RGB is 224 - color contains mainly: blue. Hex color #052BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BE0 is #FAD41F. Grayscale: #333333. Windows color (decimal): -16438304 or 14691077. OLE color: 14691077.

HSL color Cylindrical-coordinate representation of color #052BE0: hue angle of 229.59º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052BE0 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 5 43 224 -
CMYK 0.98 0.81 0 0.12
HSL 229.59º 0.96% 0.45% -
HSV(B) 229.59º 0.98% 0.88% -
XYZ 14.38 7.14 71.14 -
YUV 52.27 224.91 94.28 -
System Red Green Blue C M Y K H S L
Decimal 5 43 224 0.98 0.81 0 0.12 229.59 0.96 0.45
Hex 5 2B E0 62 51 0 C E6 60 2D
Octal 5 53 340 142 121 0 14 346 140 55
Binary 101 101011 11100000 1100010 1010001 0 1100 11100110 1100000 101101

Color Harmonies of #052BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052BE0

Black with #052BE0

Text Example


Text Example

White with #052BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,43,224); }

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

background-color css

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

 a { background-color: rgb(5,43,224); }

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

border-color css

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

 span { border-color: rgb(5,43,224); }

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