Html Css Color HEX #052CDA Persian Blue

📋 copy color: '#052CDA'

red 5 ◦ green 44 ◦ blue 218

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

Shades of Persian Blue #052CDA

Tints of Persian Blue #052CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.48%

 BLUE value IS 218 (85.55% from 255) = 81.65%

R = 1.87%
G = 16.48%
B = 81.65%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#052CDA (or 0x052CDA) is known color: Persian Blue. HEX triplet: 05, 2C and DA. RGB value is (5,44,218). Sum of RGB (Red+Green+Blue) = 5+44+218=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 218 (85.55% from 255 or 81.65% from 267); Max value from RGB is 218 - color contains mainly: blue. Hex color #052CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052CDA is #FAD325. Grayscale: #333333. Windows color (decimal): -16438054 or 14298117. OLE color: 14298117.

HSL color Cylindrical-coordinate representation of color #052CDA: hue angle of 229.01º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052CDA is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 44 218 -
CMYK 0.98 0.80 0 0.15
HSL 229.01º 0.96% 0.44% -
HSV(B) 229.01º 0.98% 0.85% -
XYZ 13.62 6.9 66.94 -
YUV 52.18 221.58 94.35 -
System Red Green Blue C M Y K H S L
Decimal 5 44 218 0.98 0.80 0 0.15 229.01 0.96 0.44
Hex 5 2C DA 62 50 0 F E5 60 2C
Octal 5 54 332 142 120 0 17 345 140 54
Binary 101 101100 11011010 1100010 1010000 0 1111 11100101 1100000 101100

Color Harmonies of #052CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052CDA

Black with #052CDA

Text Example


Text Example

White with #052CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,44,218); }

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

background-color css

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

 a { background-color: rgb(5,44,218); }

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

border-color css

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

 span { border-color: rgb(5,44,218); }

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