Html Css Color HEX #053DC9 Persian Blue

📋 copy color: '#053DC9'

red 5 ◦ green 61 ◦ blue 201

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

Shades of Persian Blue #053DC9

Tints of Persian Blue #053DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.85%

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

R = 1.87%
G = 22.85%
B = 75.28%

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

#053DC9 (or 0x053DC9) is known color: Persian Blue. HEX triplet: 05, 3D and C9. RGB value is (5,61,201). Sum of RGB (Red+Green+Blue) = 5+61+201=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 201 (78.91% from 255 or 75.28% from 267); Max value from RGB is 201 - color contains mainly: blue. Hex color #053DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DC9 is #FAC236. Grayscale: #3B3B3B. Windows color (decimal): -16433719 or 13188357. OLE color: 13188357.

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

Color convert

RGB 5 61 201 -
CMYK 0.98 0.70 0 0.21
HSL 222.86º 0.95% 0.4% -
HSV(B) 222.86º 0.98% 0.79% -
XYZ 12.27 7.59 56.08 -
YUV 60.22 207.45 88.62 -
System Red Green Blue C M Y K H S L
Decimal 5 61 201 0.98 0.70 0 0.21 222.86 0.95 0.4
Hex 5 3D C9 62 46 0 15 DF 5F 28
Octal 5 75 311 142 106 0 25 337 137 50
Binary 101 111101 11001001 1100010 1000110 0 10101 11011111 1011111 101000

Color Harmonies of #053DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053DC9

Black with #053DC9

Text Example


Text Example

White with #053DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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