Html Css Color HEX #052CCC Persian Blue

📋 copy color: '#052CCC'

red 5 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #052CCC

Tints of Persian Blue #052CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 80.63%

R = 1.98%
G = 17.39%
B = 80.63%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#052CCC (or 0x052CCC) is known color: Persian Blue. HEX triplet: 05, 2C and CC. RGB value is (5,44,204). Sum of RGB (Red+Green+Blue) = 5+44+204=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #052CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052CCC is #FAD333. Grayscale: #313131. Windows color (decimal): -16438068 or 13380613. OLE color: 13380613.

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

Color convert

RGB 5 44 204 -
CMYK 0.98 0.78 0 0.2
HSL 228.24º 0.95% 0.41% -
HSV(B) 228.24º 0.98% 0.8% -
XYZ 11.86 6.19 57.7 -
YUV 50.58 214.58 95.49 -
System Red Green Blue C M Y K H S L
Decimal 5 44 204 0.98 0.78 0 0.2 228.24 0.95 0.41
Hex 5 2C CC 62 4E 0 14 E4 5F 29
Octal 5 54 314 142 116 0 24 344 137 51
Binary 101 101100 11001100 1100010 1001110 0 10100 11100100 1011111 101001

Color Harmonies of #052CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052CCC

Black with #052CCC

Text Example


Text Example

White with #052CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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