Html Css Color HEX #052BC8 Persian Blue

📋 copy color: '#052BC8'

red 5 ◦ green 43 ◦ blue 200

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

Shades of Persian Blue #052BC8

Tints of Persian Blue #052BC8

RGB

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

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

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

R = 2.02%
G = 17.34%
B = 80.65%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#052BC8 (or 0x052BC8) is known color: Persian Blue. HEX triplet: 05, 2B and C8. RGB value is (5,43,200). Sum of RGB (Red+Green+Blue) = 5+43+200=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 200 (78.52% from 255 or 80.65% from 248); Max value from RGB is 200 - color contains mainly: blue. Hex color #052BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BC8 is #FAD437. Grayscale: #303030. Windows color (decimal): -16438328 or 13118213. OLE color: 13118213.

HSL color Cylindrical-coordinate representation of color #052BC8: hue angle of 228.31º 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 #052BC8 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 43 200 -
CMYK 0.98 0.78 0 0.22
HSL 228.31º 0.95% 0.4% -
HSV(B) 228.31º 0.98% 0.78% -
XYZ 11.35 5.93 55.19 -
YUV 49.54 212.91 96.23 -
System Red Green Blue C M Y K H S L
Decimal 5 43 200 0.98 0.78 0 0.22 228.31 0.95 0.4
Hex 5 2B C8 62 4E 0 16 E4 5F 28
Octal 5 53 310 142 116 0 26 344 137 50
Binary 101 101011 11001000 1100010 1001110 0 10110 11100100 1011111 101000

Color Harmonies of #052BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052BC8

Black with #052BC8

Text Example


Text Example

White with #052BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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