Html Css Color HEX #052AD5 Persian Blue

📋 copy color: '#052AD5'

red 5 ◦ green 42 ◦ blue 213

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

Shades of Persian Blue #052AD5

Tints of Persian Blue #052AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 81.92%

R = 1.92%
G = 16.15%
B = 81.92%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#052AD5 (or 0x052AD5) is known color: Persian Blue. HEX triplet: 05, 2A and D5. RGB value is (5,42,213). Sum of RGB (Red+Green+Blue) = 5+42+213=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 213 (83.59% from 255 or 81.92% from 260); Max value from RGB is 213 - color contains mainly: blue. Hex color #052AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052AD5 is #FAD52A. Grayscale: #313131. Windows color (decimal): -16438571 or 13969925. OLE color: 13969925.

HSL color Cylindrical-coordinate representation of color #052AD5: hue angle of 229.33º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052AD5 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 5 42 213 -
CMYK 0.98 0.80 0 0.16
HSL 229.33º 0.95% 0.43% -
HSV(B) 229.33º 0.98% 0.84% -
XYZ 12.9 6.49 63.52 -
YUV 50.43 219.74 95.6 -
System Red Green Blue C M Y K H S L
Decimal 5 42 213 0.98 0.80 0 0.16 229.33 0.95 0.43
Hex 5 2A D5 62 50 0 10 E5 5F 2B
Octal 5 52 325 142 120 0 20 345 137 53
Binary 101 101010 11010101 1100010 1010000 0 10000 11100101 1011111 101011

Color Harmonies of #052AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052AD5

Black with #052AD5

Text Example


Text Example

White with #052AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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