Html Css Color HEX #053CC9 Persian Blue

📋 copy color: '#053CC9'

red 5 ◦ green 60 ◦ blue 201

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

Shades of Persian Blue #053CC9

Tints of Persian Blue #053CC9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.56%

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

R = 1.88%
G = 22.56%
B = 75.56%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#053CC9 (or 0x053CC9) is known color: Persian Blue. HEX triplet: 05, 3C and C9. RGB value is (5,60,201). Sum of RGB (Red+Green+Blue) = 5+60+201=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 201 (78.91% from 255 or 75.56% from 266); Max value from RGB is 201 - color contains mainly: blue. Hex color #053CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053CC9 is #FAC336. Grayscale: #3B3B3B. Windows color (decimal): -16433975 or 13188101. OLE color: 13188101.

HSL color Cylindrical-coordinate representation of color #053CC9: hue angle of 223.16º 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 #053CC9 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 60 201 -
CMYK 0.98 0.70 0 0.21
HSL 223.16º 0.95% 0.4% -
HSV(B) 223.16º 0.98% 0.79% -
XYZ 12.22 7.48 56.06 -
YUV 59.63 207.78 89.04 -
System Red Green Blue C M Y K H S L
Decimal 5 60 201 0.98 0.70 0 0.21 223.16 0.95 0.4
Hex 5 3C C9 62 46 0 15 DF 5F 28
Octal 5 74 311 142 106 0 25 337 137 50
Binary 101 111100 11001001 1100010 1000110 0 10101 11011111 1011111 101000

Color Harmonies of #053CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CC9

Black with #053CC9

Text Example


Text Example

White with #053CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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