Color Hex Logo

#113562 Color Hex

#113562
(17,53,98)
0 Favorites   0 Comments

Color spaces of #113562

RGB 175398
HSL0.590.700.23
HSV213°83°38°
CMYK 0.830.460.00   0.62
XYZ3.70893.547212.0445
Yxy3.54720.19220.1838
Hunter Lab18.83402.1917-24.7326
CIE-Lab22.11425.3068-30.2936

#113562 color RGB value is (17,53,98).

#113562 hex color red value is 17, green value is 53 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #113562 hue: 0.59 , saturation: 0.70 and the lightness value of 113562 is 0.23.

The process color (four color CMYK) of #113562 color hex is 0.83, 0.46, 0.00, 0.62. Web safe color of #113562 is #003366. Color #113562 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110101 01100010
Octal 21 65 142
Decimal 17 53 98
Hex 11 35 62

RGB Percentages of Color #113562

%10.12
%31.55
%58.33

CMYK Percentages of Color #113562

%83
%46
%0
%62

Triadic Colors of #113562

#113562 #621135 #356211

Analogous Colors of #113562

#113562 #151162 #115e62

Monochromatic Colors of #113562

#113562

Complementary Color

#113562 #623e11

#113562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113562 Color CSS Codes

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

#113562 Text Font Color

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

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


#113562 Background Color

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

This div background color is #113562


#113562 Border Color

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

This div border color is #113562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113562


Comments

No comments written yet.

Please login to write comment.