Html Css Color HEX #052CC9 Persian Blue

📋 copy color: '#052CC9'

red 5 ◦ green 44 ◦ blue 201

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

Shades of Persian Blue #052CC9

Tints of Persian Blue #052CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 80.4%

R = 2%
G = 17.6%
B = 80.4%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#052CC9 (or 0x052CC9) is known color: Persian Blue. HEX triplet: 05, 2C and C9. RGB value is (5,44,201). Sum of RGB (Red+Green+Blue) = 5+44+201=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 201 (78.91% from 255 or 80.4% from 250); Max value from RGB is 201 - color contains mainly: blue. Hex color #052CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052CC9 is #FAD336. Grayscale: #313131. Windows color (decimal): -16438071 or 13184005. OLE color: 13184005.

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

Color convert

RGB 5 44 201 -
CMYK 0.98 0.78 0 0.21
HSL 228.06º 0.95% 0.4% -
HSV(B) 228.06º 0.98% 0.79% -
XYZ 11.51 6.05 55.82 -
YUV 50.24 213.08 95.73 -
System Red Green Blue C M Y K H S L
Decimal 5 44 201 0.98 0.78 0 0.21 228.06 0.95 0.4
Hex 5 2C C9 62 4E 0 15 E4 5F 28
Octal 5 54 311 142 116 0 25 344 137 50
Binary 101 101100 11001001 1100010 1001110 0 10101 11100100 1011111 101000

Color Harmonies of #052CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052CC9

Black with #052CC9

Text Example


Text Example

White with #052CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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