Html Css Color HEX #052AC8 Persian Blue

📋 copy color: '#052AC8'

red 5 ◦ green 42 ◦ blue 200

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

Shades of Persian Blue #052AC8

Tints of Persian Blue #052AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 80.97%

R = 2.02%
G = 17%
B = 80.97%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#052AC8 (or 0x052AC8) is known color: Persian Blue. HEX triplet: 05, 2A and C8. RGB value is (5,42,200). Sum of RGB (Red+Green+Blue) = 5+42+200=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 200 (78.52% from 255 or 80.97% from 247); Max value from RGB is 200 - color contains mainly: blue. Hex color #052AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052AC8 is #FAD537. Grayscale: #303030. Windows color (decimal): -16438584 or 13117957. OLE color: 13117957.

HSL color Cylindrical-coordinate representation of color #052AC8: hue angle of 228.62º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052AC8 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 42 200 -
CMYK 0.98 0.79 0 0.22
HSL 228.62º 0.95% 0.4% -
HSV(B) 228.62º 0.98% 0.78% -
XYZ 11.32 5.86 55.18 -
YUV 48.95 213.24 96.65 -
System Red Green Blue C M Y K H S L
Decimal 5 42 200 0.98 0.79 0 0.22 228.62 0.95 0.4
Hex 5 2A C8 62 4F 0 16 E5 5F 28
Octal 5 52 310 142 117 0 26 345 137 50
Binary 101 101010 11001000 1100010 1001111 0 10110 11100101 1011111 101000

Color Harmonies of #052AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052AC8

Black with #052AC8

Text Example


Text Example

White with #052AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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