COLOR #113061

HEX: #113061 RGB: (17,48,97)

Color info

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

RGB color model

#113061 color RGB value is (17,48,97).

RGB: (17,48,97) (7%, 19%, 38%)

RGB channels and saturation

R 17 of 255 = 7%
G 48 of 255 = 19%
B 97 of 255 = 38%

17
48
97

R + G + B ~ 21%. #113061 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 48 + 97 = 162 (100%)
R 17 of 162 ~ 10.49%
G 48 of 162 ~ 29.63%
B 97 of 162 ~ 59.88'%

%29.63
%59.88

CMYK color model

#113061 color CMYK value is (82,51,0,62).

  • cyan value is 82.47%
  • magenta value is 50.52%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (82,51,0,62)
C82M51Y0K62 (82%, 51%, 0%, 62%)
(0.82 / 0.51 / 0.00 / 0.62)

CMYK percentages

%82.47
%50.52
%0
%61.96

Codes

Color #113061 in popluar color models

11 30 61
RGB 17 48 97
HSL 217° 70.18% 22.35%
HSB/HSV 217° 82.47% 38.04%
CMYK 82.47% 50.52% 0.00%
61.96%

Color #113061 in popluar number systems.

HEX 11 30 61
Decimal 17 48 97
Binary 10001 110000 1100001
Octal 21 60 141

Shades and tints

Shades of #113061

#113061
(17,48,97)
#102C59
(16,44,89)
#0F2851
(15,40,81)
#0E2449
(14,36,73)
#0D2041
(13,32,65)
#0C1C39
(12,28,57)
#0B1831
(11,24,49)
#0A1429
(10,20,41)
#091021
(9,16,33)
#080C19
(8,12,25)
#070811
(7,8,17)
#000000
(0,0,0)

Tints of #113061

#113061
(17,48,97)
#26426F
(38,66,111)
#3B547D
(59,84,125)
#50668B
(80,102,139)
#657899
(101,120,153)
#7A8AA7
(122,138,167)
#8F9CB5
(143,156,181)
#A4AEC3
(164,174,195)
#B9C0D1
(185,192,209)
#CED2DF
(206,210,223)
#E3E4ED
(227,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113061; }

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

This text font color is #113061.

Background Color

.myBgColor { background-color: #113061; }

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

This div background color is #113061.

Border color

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

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

This div border color is #113061.

Opacity

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

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

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

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

This text has shadow with #113061 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #113061.

Preview

Color preview on black background

This text has color #113061 on black background.


Color preview on white background

This text has color #113061 on white background.


Black color preview on #113061 background

This text has black color on #113061 background.


White color preview on #113061 background

This text has white color on #113061 background.


Related colors

Complementary color

Complementary color for #hex is #EECF9E.


I love getcolorcode.com

Triadic colors

1 #611130 and #306111 with #113061 are triadic colors.

2 #613011 and #301161 with #113061 are triadic colors.