COLOR #113B5D

HEX: #113B5D
RGB: (17,59,93)

Color info

#113B5D contains mainly green and blue colors. Web safe color of #113B5D is #003366 (or #036).

RGB color model

#113B5D color RGB value is (17,59,93).

  • red value is 17;
  • green value is 59;
  • blue value is 93.
RGB:
(17,59,93)
(7%,23%,36%)

RGB channels and saturation

R 17 of 255 = 7%
G 59 of 255 = 23%
B 93 of 255 = 36%

17
59
93

R + G + B ~ 22%. #113B5D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 59 + 93 = 169 (100%)
R 17 of 169 ~ 10.06%
G 59 of 169 ~ 34.91%
B 93 of 169 ~ 55.03%

%10.06
%34.91
%55.03

CMYK color model

#113B5D color CMYK value is (82,37,0,64).

  • cyan value is 81.72%
  • magenta value is 36.56%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(82,37,0,64)
C82M37Y0K64 
(82%,37%,0%,64%)
(0.82/0.37/0.00/0.64)	

CMYK percentages

%81.72
%36.56
%0
%63.53

Codes

Color #113B5D in popluar color models

113B5D
RGB175993
HSL207°69.09%21.57%
HSB/HSV207°81.72%36.47%
CMYK81.72%36.56%0.00%
63.53%

Color #113B5D in popluar number systems.

HEX113B5D
Decimal175993
Binary100011110111011101
Octal2173135

Shades and tints

Shades of #113B5D

#113B5D
(17,59,93)
#103655
(16,54,85)
#0F314D
(15,49,77)
#0E2C45
(14,44,69)
#0D273D
(13,39,61)
#0C2235
(12,34,53)
#0B1D2D
(11,29,45)
#0A1825
(10,24,37)
#09131D
(9,19,29)
#080E15
(8,14,21)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #113B5D

#113B5D
(17,59,93)
#264C6B
(38,76,107)
#3B5D79
(59,93,121)
#506E87
(80,110,135)
#657F95
(101,127,149)
#7A90A3
(122,144,163)
#8FA1B1
(143,161,177)
#A4B2BF
(164,178,191)
#B9C3CD
(185,195,205)
#CED4DB
(206,212,219)
#E3E5E9
(227,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113B5D color. Also use rgb(17,59,93) instead hex code.

Text Font Color

.myTextColor { color: #113B5D; }

<p style="color:#113B5D">This sample text font color is #113B5D.</p>

This text font color is #113B5D.


Background Color

.myBgColor { background-color: #113B5D; }

<div style="background-color:#113B5D">Inner text</div>

This div background color is #113B5D.


Border color

.myBorderColor { border: 1px solid #113B5D; }

<div style="border:3px solid #113B5D">Div</div>

This div border color is #113B5D.


Opacity

.myOpacity80 { color: #113B5D; opacity: 0.8; }

<p style="color:#113B5D;opacity:0.8;">80%</p>

Text with #113B5D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #113B5D;}

<p style="text-shadow: 3px 3px 1px #113B5D">Text here.</p>

This text has shadow with #113B5D color.

.textShadow {text-shadow: 3px 3px 1px #113B5D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #113B5D, 5px 5px 20px red">Text here.</p>

This text has shadow with #113B5D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#113B5D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#113B5D, Direction=45, Strength=4)">Text</p>

This text has shadow with #113B5D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #113B5D;
  -webkit-box-shadow:	1px 1px 3px 2px #113B5D;
  box-shadow:		1px 1px 3px 2px #113B5D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #113B5D;
-webkit-box-shadow: 1px 1px 3px 2px #113B5D;
box-shadow:1px 1px 3px 2px #113B5D;">
Div content here</div>
This div box has shadow with color #113B5D.

Preview

Color preview on black background

This text has color #113B5D on black background.


Color preview on white background

This text has color #113B5D on white background.



Black color preview on #113B5D background

This text has black color on #113B5D background.


White color preview on #113B5D background

This text has white color on #113B5D background.