COLOR #113255

HEX: #113255
RGB: (17,50,85)

Color info

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

RGB color model

#113255 color RGB value is (17,50,85).

  • red value is 17;
  • green value is 50;
  • blue value is 85.
RGB:
(17,50,85)
(7%,20%,33%)

RGB channels and saturation

R 17 of 255 = 7%
G 50 of 255 = 20%
B 85 of 255 = 33%

17
50
85

R + G + B ~ 20%. #113255 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 50 + 85 = 152 (100%)
R 17 of 152 ~ 11.18%
G 50 of 152 ~ 32.89%
B 85 of 152 ~ 55.92%

%11.18
%32.89
%55.92

CMYK color model

#113255 color CMYK value is (80,41,0,67).

  • cyan value is 80.00%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(80,41,0,67)
C80M41Y0K67 
(80%,41%,0%,67%)
(0.80/0.41/0.00/0.67)	

CMYK percentages

%80
%41.18
%0
%66.67

Codes

Color #113255 in popluar color models

113255
RGB175085
HSL211°66.67%20.00%
HSB/HSV211°80.00%33.33%
CMYK80.00%41.18%0.00%
66.67%

Color #113255 in popluar number systems.

HEX113255
Decimal175085
Binary100011100101010101
Octal2162125

Shades and tints

Shades of #113255

#113255
(17,50,85)
#102E4E
(16,46,78)
#0F2A47
(15,42,71)
#0E2640
(14,38,64)
#0D2239
(13,34,57)
#0C1E32
(12,30,50)
#0B1A2B
(11,26,43)
#0A1624
(10,22,36)
#09121D
(9,18,29)
#080E16
(8,14,22)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #113255

#113255
(17,50,85)
#264464
(38,68,100)
#3B5673
(59,86,115)
#506882
(80,104,130)
#657A91
(101,122,145)
#7A8CA0
(122,140,160)
#8F9EAF
(143,158,175)
#A4B0BE
(164,176,190)
#B9C2CD
(185,194,205)
#CED4DC
(206,212,220)
#E3E6EB
(227,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113255 color. Also use rgb(17,50,85) instead hex code.

Text Font Color

.myTextColor { color: #113255; }

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

This text font color is #113255.


Background Color

.myBgColor { background-color: #113255; }

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

This div background color is #113255.


Border color

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

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

This div border color is #113255.


Opacity

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

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

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

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

This text has shadow with #113255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113255 on black background.


Color preview on white background

This text has color #113255 on white background.



Black color preview on #113255 background

This text has black color on #113255 background.


White color preview on #113255 background

This text has white color on #113255 background.