COLOR #113877

HEX: #113877
RGB: (17,56,119)

Color info

#113877 contains mainly blue color. Web safe color of #113877 is #003366 (or #036).

RGB color model

#113877 color RGB value is (17,56,119).

  • red value is 17;
  • green value is 56;
  • blue value is 119.
RGB:
(17,56,119)
(7%,22%,47%)

RGB channels and saturation

R 17 of 255 = 7%
G 56 of 255 = 22%
B 119 of 255 = 47%

17
56
119

R + G + B ~ 25%. #113877 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 56 + 119 = 192 (100%)
R 17 of 192 ~ 8.85%
G 56 of 192 ~ 29.17%
B 119 of 192 ~ 61.98%

%29.17
%61.98

CMYK color model

#113877 color CMYK value is (86,53,0,53).

  • cyan value is 85.71%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(86,53,0,53)
C86M53Y0K53 
(86%,53%,0%,53%)
(0.86/0.53/0.00/0.53)	

CMYK percentages

%85.71
%52.94
%0
%53.33

Codes

Color #113877 in popluar color models

113877
RGB1756119
HSL217°75.00%26.67%
HSB/HSV217°85.71%46.67%
CMYK85.71%52.94%0.00%
53.33%

Color #113877 in popluar number systems.

HEX113877
Decimal1756119
Binary100011110001110111
Octal2170167

Shades and tints

Shades of #113877

#113877
(17,56,119)
#10336D
(16,51,109)
#0F2E63
(15,46,99)
#0E2959
(14,41,89)
#0D244F
(13,36,79)
#0C1F45
(12,31,69)
#0B1A3B
(11,26,59)
#0A1531
(10,21,49)
#091027
(9,16,39)
#080B1D
(8,11,29)
#070613
(7,6,19)
#000000
(0,0,0)

Tints of #113877

#113877
(17,56,119)
#264A83
(38,74,131)
#3B5C8F
(59,92,143)
#506E9B
(80,110,155)
#6580A7
(101,128,167)
#7A92B3
(122,146,179)
#8FA4BF
(143,164,191)
#A4B6CB
(164,182,203)
#B9C8D7
(185,200,215)
#CEDAE3
(206,218,227)
#E3ECEF
(227,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113877 color. Also use rgb(17,56,119) instead hex code.

Text Font Color

.myTextColor { color: #113877; }

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

This text font color is #113877.


Background Color

.myBgColor { background-color: #113877; }

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

This div background color is #113877.


Border color

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

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

This div border color is #113877.


Opacity

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

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

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

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

This text has shadow with #113877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113877 on black background.


Color preview on white background

This text has color #113877 on white background.



Black color preview on #113877 background

This text has black color on #113877 background.


White color preview on #113877 background

This text has white color on #113877 background.