Html Css Color HEX #052CCD Persian Blue

📋 copy color: '#052CCD'

red 5 ◦ green 44 ◦ blue 205

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

Shades of Persian Blue #052CCD

Tints of Persian Blue #052CCD

RGB

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

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

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

R = 1.97%
G = 17.32%
B = 80.71%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#052CCD (or 0x052CCD) is known color: Persian Blue. HEX triplet: 05, 2C and CD. RGB value is (5,44,205). Sum of RGB (Red+Green+Blue) = 5+44+205=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 205 (80.47% from 255 or 80.71% from 254); Max value from RGB is 205 - color contains mainly: blue. Hex color #052CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052CCD is #FAD332. Grayscale: #323232. Windows color (decimal): -16438067 or 13446149. OLE color: 13446149.

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

Color convert

RGB 5 44 205 -
CMYK 0.98 0.79 0 0.20
HSL 228.3º 0.95% 0.41% -
HSV(B) 228.3º 0.98% 0.8% -
XYZ 11.98 6.24 58.33 -
YUV 50.69 215.08 95.41 -
System Red Green Blue C M Y K H S L
Decimal 5 44 205 0.98 0.79 0 0.20 228.3 0.95 0.41
Hex 5 2C CD 62 4F 0 14 E4 5F 29
Octal 5 54 315 142 117 0 24 344 137 51
Binary 101 101100 11001101 1100010 1001111 0 10100 11100100 1011111 101001

Color Harmonies of #052CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052CCD

Black with #052CCD

Text Example


Text Example

White with #052CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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