Color Hex Logo

#113579 Color Hex

#113579
(17,53,121)
0 Favorites   0 Comments

Color spaces of #113579

RGB 1753121
HSL0.610.750.27
HSV219°86°47°
CMYK 0.860.560.00   0.53
XYZ4.95554.045918.6089
Yxy4.04590.17950.1465
Hunter Lab20.11448.7760-40.7722
CIE-Lab23.822615.1406-42.3302

#113579 color RGB value is (17,53,121).

#113579 hex color red value is 17, green value is 53 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #113579 hue: 0.61 , saturation: 0.75 and the lightness value of 113579 is 0.27.

The process color (four color CMYK) of #113579 color hex is 0.86, 0.56, 0.00, 0.53. Web safe color of #113579 is #003366. Color #113579 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110101 01111001
Octal 21 65 171
Decimal 17 53 121
Hex 11 35 79

RGB Percentages of Color #113579

%8.90
%27.75
%63.35

CMYK Percentages of Color #113579

%86
%56
%0
%53

Triadic Colors of #113579

#113579 #791135 #357911

Analogous Colors of #113579

#113579 #211179 #116979

Monochromatic Colors of #113579

#113579

Complementary Color

#113579 #795511

#113579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113579 Color CSS Codes

.mybgcolor {background-color:#113579; } 
.myforecolor {color:#113579; }
.mybordercolor {border:3px solid #113579; }

#113579 Text Font Color

<p style="color:#113579">Text here</p>

This sample text font color is #113579
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#113579 Background Color

<div style="background-color:#113579">
Div content here</div>

This div background color is #113579


#113579 Border Color

<div style="border:3px solid #113579">
Div here</div>

This div border color is #113579


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,53,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #113579; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #113579;
  -webkit-box-shadow: 1px 1px 3px 2px #113579;
  box-shadow:         1px 1px 3px 2px #113579; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,53,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #113579">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #113579;
  -webkit-box-shadow: 1px 1px 3px 2px #113579;
  box-shadow:         1px 1px 3px 2px #113579;">
Div content here</div>

This div box has shadow with color #113579


Comments

No comments written yet.

Please login to write comment.