Html Css Color HEX #052ACE Persian Blue

📋 copy color: '#052ACE'

red 5 ◦ green 42 ◦ blue 206

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

Shades of Persian Blue #052ACE

Tints of Persian Blue #052ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 81.42%

R = 1.98%
G = 16.6%
B = 81.42%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#052ACE (or 0x052ACE) is known color: Persian Blue. HEX triplet: 05, 2A and CE. RGB value is (5,42,206). Sum of RGB (Red+Green+Blue) = 5+42+206=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 206 (80.86% from 255 or 81.42% from 253); Max value from RGB is 206 - color contains mainly: blue. Hex color #052ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ACE is #FAD531. Grayscale: #303030. Windows color (decimal): -16438578 or 13511173. OLE color: 13511173.

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

Color convert

RGB 5 42 206 -
CMYK 0.98 0.80 0 0.19
HSL 228.96º 0.95% 0.41% -
HSV(B) 228.96º 0.98% 0.81% -
XYZ 12.03 6.14 58.94 -
YUV 49.63 216.24 96.16 -
System Red Green Blue C M Y K H S L
Decimal 5 42 206 0.98 0.80 0 0.19 228.96 0.95 0.41
Hex 5 2A CE 62 50 0 13 E5 5F 29
Octal 5 52 316 142 120 0 23 345 137 51
Binary 101 101010 11001110 1100010 1010000 0 10011 11100101 1011111 101001

Color Harmonies of #052ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052ACE

Black with #052ACE

Text Example


Text Example

White with #052ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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