Color Hex Logo

#113556 Color Hex

#113556
(17,53,86)
0 Favorites   0 Comments

Color spaces of #113556

RGB 175386
HSL0.580.670.20
HSV209°80°34°
CMYK 0.800.380.00   0.66
XYZ3.18403.33739.2804
Yxy3.33730.20150.2112
Hunter Lab18.2683-0.8585-17.3319
CIE-Lab21.34710.2027-23.6253

#113556 color RGB value is (17,53,86).

#113556 hex color red value is 17, green value is 53 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #113556 hue: 0.58 , saturation: 0.67 and the lightness value of 113556 is 0.20.

The process color (four color CMYK) of #113556 color hex is 0.80, 0.38, 0.00, 0.66. Web safe color of #113556 is #003366. Color #113556 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110101 01010110
Octal 21 65 126
Decimal 17 53 86
Hex 11 35 56

RGB Percentages of Color #113556

%10.90
%33.97
%55.13

CMYK Percentages of Color #113556

%80
%38
%0
%66

Triadic Colors of #113556

#113556 #561135 #355611

Analogous Colors of #113556

#113556 #111356 #115655

Monochromatic Colors of #113556

#113556

Complementary Color

#113556 #563211

#113556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113556 Color CSS Codes

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

#113556 Text Font Color

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

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


#113556 Background Color

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

This div background color is #113556


#113556 Border Color

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

This div border color is #113556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113556


Comments

No comments written yet.

Please login to write comment.