Html Css Color HEX #052DCB Persian Blue

📋 copy color: '#052DCB'

red 5 ◦ green 45 ◦ blue 203

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

Shades of Persian Blue #052DCB

Tints of Persian Blue #052DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.79%

 BLUE value IS 203 (79.69% from 255) = 80.24%

R = 1.98%
G = 17.79%
B = 80.24%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#052DCB (or 0x052DCB) is known color: Persian Blue. HEX triplet: 05, 2D and CB. RGB value is (5,45,203). Sum of RGB (Red+Green+Blue) = 5+45+203=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #052DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DCB is #FAD234. Grayscale: #323232. Windows color (decimal): -16437813 or 13315333. OLE color: 13315333.

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

Color convert

RGB 5 45 203 -
CMYK 0.98 0.78 0 0.20
HSL 227.88º 0.95% 0.41% -
HSV(B) 227.88º 0.98% 0.8% -
XYZ 11.78 6.22 57.08 -
YUV 51.05 213.75 95.15 -
System Red Green Blue C M Y K H S L
Decimal 5 45 203 0.98 0.78 0 0.20 227.88 0.95 0.41
Hex 5 2D CB 62 4E 0 14 E4 5F 29
Octal 5 55 313 142 116 0 24 344 137 51
Binary 101 101101 11001011 1100010 1001110 0 10100 11100100 1011111 101001

Color Harmonies of #052DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052DCB

Black with #052DCB

Text Example


Text Example

White with #052DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,45,203); }

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

background-color css

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

 a { background-color: rgb(5,45,203); }

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

border-color css

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

 span { border-color: rgb(5,45,203); }

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