COLOR #113163

HEX: #113163
RGB: (17,49,99)

Color info

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

RGB color model

#113163 color RGB value is (17,49,99).

  • red value is 17;
  • green value is 49;
  • blue value is 99.
RGB:
(17,49,99)
(7%,19%,39%)

RGB channels and saturation

R 17 of 255 = 7%
G 49 of 255 = 19%
B 99 of 255 = 39%

17
49
99

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

Portions of RGB colors in percentages

R + G + B =
17 + 49 + 99 = 165 (100%)
R 17 of 165 ~ 10.3%
G 49 of 165 ~ 29.7%
B 99 of 165 ~ 60%

%10.3
%29.7
%60

CMYK color model

#113163 color CMYK value is (83,51,0,61).

  • cyan value is 82.83%
  • magenta value is 50.51%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(83,51,0,61)
C83M51Y0K61 
(83%,51%,0%,61%)
(0.83/0.51/0.00/0.61)	

CMYK percentages

%82.83
%50.51
%0
%61.18

Codes

Color #113163 in popluar color models

113163
RGB174999
HSL217°70.69%22.75%
HSB/HSV217°82.83%38.82%
CMYK82.83%50.51%0.00%
61.18%

Color #113163 in popluar number systems.

HEX113163
Decimal174999
Binary100011100011100011
Octal2161143

Shades and tints

Shades of #113163

#113163
(17,49,99)
#102D5A
(16,45,90)
#0F2951
(15,41,81)
#0E2548
(14,37,72)
#0D213F
(13,33,63)
#0C1D36
(12,29,54)
#0B192D
(11,25,45)
#0A1524
(10,21,36)
#09111B
(9,17,27)
#080D12
(8,13,18)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #113163

#113163
(17,49,99)
#264371
(38,67,113)
#3B557F
(59,85,127)
#50678D
(80,103,141)
#65799B
(101,121,155)
#7A8BA9
(122,139,169)
#8F9DB7
(143,157,183)
#A4AFC5
(164,175,197)
#B9C1D3
(185,193,211)
#CED3E1
(206,211,225)
#E3E5EF
(227,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113163 color. Also use rgb(17,49,99) instead hex code.

Text Font Color

.myTextColor { color: #113163; }

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

This text font color is #113163.


Background Color

.myBgColor { background-color: #113163; }

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

This div background color is #113163.


Border color

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

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

This div border color is #113163.


Opacity

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

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

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

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

This text has shadow with #113163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113163 on black background.


Color preview on white background

This text has color #113163 on white background.



Black color preview on #113163 background

This text has black color on #113163 background.


White color preview on #113163 background

This text has white color on #113163 background.