Html Css Color HEX #052FCD Persian Blue

📋 copy color: '#052FCD'

red 5 ◦ green 47 ◦ blue 205

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

Shades of Persian Blue #052FCD

Tints of Persian Blue #052FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.29%

 BLUE value IS 205 (80.47% from 255) = 79.77%

R = 1.95%
G = 18.29%
B = 79.77%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#052FCD (or 0x052FCD) is known color: Persian Blue. HEX triplet: 05, 2F and CD. RGB value is (5,47,205). Sum of RGB (Red+Green+Blue) = 5+47+205=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 205 (80.47% from 255 or 79.77% from 257); Max value from RGB is 205 - color contains mainly: blue. Hex color #052FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052FCD is #FAD032. Grayscale: #333333. Windows color (decimal): -16437299 or 13446917. OLE color: 13446917.

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

Color convert

RGB 5 47 205 -
CMYK 0.98 0.77 0 0.20
HSL 227.4º 0.95% 0.41% -
HSV(B) 227.4º 0.98% 0.8% -
XYZ 12.1 6.47 58.37 -
YUV 52.45 214.09 94.15 -
System Red Green Blue C M Y K H S L
Decimal 5 47 205 0.98 0.77 0 0.20 227.4 0.95 0.41
Hex 5 2F CD 62 4D 0 14 E3 5F 29
Octal 5 57 315 142 115 0 24 343 137 51
Binary 101 101111 11001101 1100010 1001101 0 10100 11100011 1011111 101001

Color Harmonies of #052FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052FCD

Black with #052FCD

Text Example


Text Example

White with #052FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,47,205); }

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

background-color css

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

 a { background-color: rgb(5,47,205); }

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

border-color css

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

 span { border-color: rgb(5,47,205); }

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