Html Css Color HEX #052AD4 Persian Blue

📋 copy color: '#052AD4'

red 5 ◦ green 42 ◦ blue 212

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

Shades of Persian Blue #052AD4

Tints of Persian Blue #052AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 81.85%

R = 1.93%
G = 16.22%
B = 81.85%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#052AD4 (or 0x052AD4) is known color: Persian Blue. HEX triplet: 05, 2A and D4. RGB value is (5,42,212). Sum of RGB (Red+Green+Blue) = 5+42+212=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 212 (83.20% from 255 or 81.85% from 259); Max value from RGB is 212 - color contains mainly: blue. Hex color #052AD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052AD4 is #FAD52B. Grayscale: #313131. Windows color (decimal): -16438572 or 13904389. OLE color: 13904389.

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

Color convert

RGB 5 42 212 -
CMYK 0.98 0.80 0 0.17
HSL 229.28º 0.95% 0.43% -
HSV(B) 229.28º 0.98% 0.83% -
XYZ 12.77 6.44 62.86 -
YUV 50.32 219.24 95.68 -
System Red Green Blue C M Y K H S L
Decimal 5 42 212 0.98 0.80 0 0.17 229.28 0.95 0.43
Hex 5 2A D4 62 50 0 11 E5 5F 2B
Octal 5 52 324 142 120 0 21 345 137 53
Binary 101 101010 11010100 1100010 1010000 0 10001 11100101 1011111 101011

Color Harmonies of #052AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052AD4

Black with #052AD4

Text Example


Text Example

White with #052AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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