COLOR #113599

HEX: #113599
RGB: (17,53,153)

Color info

#113599 contains mainly blue color. Web safe color of #113599 is #003399 (or #039).

RGB color model

#113599 color RGB value is (17,53,153).

  • red value is 17;
  • green value is 53;
  • blue value is 153.
RGB:
(17,53,153)
(7%,21%,60%)

RGB channels and saturation

R 17 of 255 = 7%
G 53 of 255 = 21%
B 153 of 255 = 60%

17
53
153

R + G + B ~ 29%. #113599 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 53 + 153 = 223 (100%)
R 17 of 223 ~ 7.62%
G 53 of 223 ~ 23.77%
B 153 of 223 ~ 68.61%

%23.77
%68.61

CMYK color model

#113599 color CMYK value is (89,65,0,40).

  • cyan value is 88.89%
  • magenta value is 65.36%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(89,65,0,40)
C89M65Y0K40 
(89%,65%,0%,40%)
(0.89/0.65/0.00/0.40)	

CMYK percentages

%88.89
%65.36
%0
%40

Codes

Color #113599 in popluar color models

113599
RGB1753153
HSL224°80.00%33.33%
HSB/HSV224°88.89%60.00%
CMYK88.89%65.36%0.00%
40.00%

Color #113599 in popluar number systems.

HEX113599
Decimal1753153
Binary1000111010110011001
Octal2165231

Shades and tints

Shades of #113599

#113599
(17,53,153)
#10318C
(16,49,140)
#0F2D7F
(15,45,127)
#0E2972
(14,41,114)
#0D2565
(13,37,101)
#0C2158
(12,33,88)
#0B1D4B
(11,29,75)
#0A193E
(10,25,62)
#091531
(9,21,49)
#081124
(8,17,36)
#070D17
(7,13,23)
#000000
(0,0,0)

Tints of #113599

#113599
(17,53,153)
#2647A2
(38,71,162)
#3B59AB
(59,89,171)
#506BB4
(80,107,180)
#657DBD
(101,125,189)
#7A8FC6
(122,143,198)
#8FA1CF
(143,161,207)
#A4B3D8
(164,179,216)
#B9C5E1
(185,197,225)
#CED7EA
(206,215,234)
#E3E9F3
(227,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113599 color. Also use rgb(17,53,153) instead hex code.

Text Font Color

.myTextColor { color: #113599; }

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

This text font color is #113599.


Background Color

.myBgColor { background-color: #113599; }

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

This div background color is #113599.


Border color

.myBorderColor { border: 1px solid #113599; }

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

This div border color is #113599.


Opacity

.myOpacity80 { color: #113599; opacity: 0.8; }

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

Text with #113599 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 #113599;}

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

This text has shadow with #113599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113599 on black background.


Color preview on white background

This text has color #113599 on white background.



Black color preview on #113599 background

This text has black color on #113599 background.


White color preview on #113599 background

This text has white color on #113599 background.