Html Css Color HEX #053BC9 Persian Blue

📋 copy color: '#053BC9'

red 5 ◦ green 59 ◦ blue 201

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

Shades of Persian Blue #053BC9

Tints of Persian Blue #053BC9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.26%

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

R = 1.89%
G = 22.26%
B = 75.85%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#053BC9 (or 0x053BC9) is known color: Persian Blue. HEX triplet: 05, 3B and C9. RGB value is (5,59,201). Sum of RGB (Red+Green+Blue) = 5+59+201=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 201 (78.91% from 255 or 75.85% from 265); Max value from RGB is 201 - color contains mainly: blue. Hex color #053BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BC9 is #FAC436. Grayscale: #3A3A3A. Windows color (decimal): -16434231 or 13187845. OLE color: 13187845.

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

Color convert

RGB 5 59 201 -
CMYK 0.98 0.71 0 0.21
HSL 223.47º 0.95% 0.4% -
HSV(B) 223.47º 0.98% 0.79% -
XYZ 12.17 7.38 56.04 -
YUV 59.04 208.11 89.45 -
System Red Green Blue C M Y K H S L
Decimal 5 59 201 0.98 0.71 0 0.21 223.47 0.95 0.4
Hex 5 3B C9 62 47 0 15 DF 5F 28
Octal 5 73 311 142 107 0 25 337 137 50
Binary 101 111011 11001001 1100010 1000111 0 10101 11011111 1011111 101000

Color Harmonies of #053BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053BC9

Black with #053BC9

Text Example


Text Example

White with #053BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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