COLOR #114177

HEX: #114177 RGB: (17,65,119)

Color info

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

RGB color model

#114177 color RGB value is (17,65,119).

RGB: (17,65,119) (7%, 25%, 47%)

RGB channels and saturation

R 17 of 255 = 7%
G 65 of 255 = 25%
B 119 of 255 = 47%

17
65
119

R + G + B ~ 26%. #114177 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 65 + 119 = 201 (100%)
R 17 of 201 ~ 8.46%
G 65 of 201 ~ 32.34%
B 119 of 201 ~ 59.2'%

%32.34
%59.2

CMYK color model

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

  • cyan value is 85.71%
  • magenta value is 45.38%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK: (86,45,0,53) C86M45Y0K53 (86%,45%,0%,53%) (0.86/0.45/0.00/0.53) 

CMYK percentages

%85.71
%45.38
%0
%53.33

Codes

Color #114177 in popluar color models

11 41 77
RGB 17 65 119
HSL 212° 75.00% 26.67%
HSB/HSV 212° 85.71% 46.67%
CMYK 85.71% 45.38% 0.00%
53.33%

Color #114177 in popluar number systems.

HEX 11 41 77
Decimal 17 65 119
Binary 10001 1000001 1110111
Octal 21 101 167

Shades and tints

Shades of #114177

#114177
(17,65,119)
#103C6D
(16,60,109)
#0F3763
(15,55,99)
#0E3259
(14,50,89)
#0D2D4F
(13,45,79)
#0C2845
(12,40,69)
#0B233B
(11,35,59)
#0A1E31
(10,30,49)
#091927
(9,25,39)
#08141D
(8,20,29)
#070F13
(7,15,19)
#000000
(0,0,0)

Tints of #114177

#114177
(17,65,119)
#265283
(38,82,131)
#3B638F
(59,99,143)
#50749B
(80,116,155)
#6585A7
(101,133,167)
#7A96B3
(122,150,179)
#8FA7BF
(143,167,191)
#A4B8CB
(164,184,203)
#B9C9D7
(185,201,215)
#CEDAE3
(206,218,227)
#E3EBEF
(227,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #114177; }

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

This text font color is #114177.

Background Color

.myBgColor { background-color: #114177; }

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

This div background color is #114177.

Border color

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

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

This div border color is #114177.

Opacity

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

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

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

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

This text has shadow with #114177 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #114177.

Preview

Color preview on black background

This text has color #114177 on black background.


Color preview on white background

This text has color #114177 on white background.


Black color preview on #114177 background

This text has black color on #114177 background.


White color preview on #114177 background

This text has white color on #114177 background.


Related colors

Complementary color

Complementary color for #hex is #EEBE88.


I love getcolorcode.com

Triadic colors

1 #771141 and #417711 with #114177 are triadic colors.

2 #774111 and #411177 with #114177 are triadic colors.