COLOR #113461

HEX: #113461
RGB: (17,52,97)

Color info

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

RGB color model

#113461 color RGB value is (17,52,97).

  • red value is 17;
  • green value is 52;
  • blue value is 97.
RGB: (17,52,97) (7%,20%,38%)

RGB channels and saturation

R 17 of 255 = 7%
G 52 of 255 = 20%
B 97 of 255 = 38%

17
52
97

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

Portions of RGB colors in percentages

R + G + B =
17 + 52 + 97 = 166 (100%)
R 17 of 166 ~ 10.24%
G 52 of 166 ~ 31.33%
B 97 of 166 ~ 58.43%

%10.24
%31.33
%58.43

CMYK color model

#113461 color CMYK value is (82,46,0,62).

  • cyan value is 82.47%
  • magenta value is 46.39%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK: (82,46,0,62) C82M46Y0K62 (82%,46%,0%,62%) (0.82/0.46/0.00/0.62)

CMYK percentages

%82.47
%46.39
%0
%61.96

Codes

Color #113461 in popluar color models

113461
RGB175297
HSL214°70.18%22.35%
HSB/HSV214°82.47%38.04%
CMYK82.47%46.39%0.00%
61.96%

Color #113461 in popluar number systems.

HEX113461
Decimal175297
Binary100011101001100001
Octal2164141

Shades and tints

Shades of #113461

#113461
(17,52,97)
#103059
(16,48,89)
#0F2C51
(15,44,81)
#0E2849
(14,40,73)
#0D2441
(13,36,65)
#0C2039
(12,32,57)
#0B1C31
(11,28,49)
#0A1829
(10,24,41)
#091421
(9,20,33)
#081019
(8,16,25)
#070C11
(7,12,17)
#000000
(0,0,0)

Tints of #113461

#113461
(17,52,97)
#26466F
(38,70,111)
#3B587D
(59,88,125)
#506A8B
(80,106,139)
#657C99
(101,124,153)
#7A8EA7
(122,142,167)
#8FA0B5
(143,160,181)
#A4B2C3
(164,178,195)
#B9C4D1
(185,196,209)
#CED6DF
(206,214,223)
#E3E8ED
(227,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113461 color. Also use rgb(17,52,97) instead hex code.

Text Font Color

.myTextColor { color: #113461; }

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

This text font color is #113461.


Background Color

.myBgColor { background-color: #113461; }

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

This div background color is #113461.


Border color

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

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

This div border color is #113461.


Opacity

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

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

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

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

This text has shadow with #113461 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #113461 on black background.


Color preview on white background

This text has color #113461 on white background.



Black color preview on #113461 background

This text has black color on #113461 background.


White color preview on #113461 background

This text has white color on #113461 background.