Color Hex Logo

#113580 Color Hex

#113580
(17,53,128)
0 Favorites   0 Comments

Color spaces of #113580

RGB 1753128
HSL0.610.770.28
HSV221°87°50°
CMYK 0.870.590.00   0.50
XYZ5.40064.223920.9527
Yxy4.22390.17660.1381
Hunter Lab20.552110.9392-46.0591
CIE-Lab24.398218.0923-45.8145

#113580 color RGB value is (17,53,128).

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

The process color (four color CMYK) of #113580 color hex is 0.87, 0.59, 0.00, 0.50. Web safe color of #113580 is #003399. Color #113580 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110101 10000000
Octal 21 65 200
Decimal 17 53 128
Hex 11 35 80

RGB Percentages of Color #113580

%8.59
%26.77
%64.65

CMYK Percentages of Color #113580

%87
%59
%0
%50

Triadic Colors of #113580

#113580 #801135 #358011

Analogous Colors of #113580

#113580 #241180 #116d80

Monochromatic Colors of #113580

#113580

Complementary Color

#113580 #805c11

#113580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113580 Color CSS Codes

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

#113580 Text Font Color

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

This sample text font color is #113580
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.


#113580 Background Color

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

This div background color is #113580


#113580 Border Color

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

This div border color is #113580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113580


Comments

No comments written yet.

Please login to write comment.