COLOR #114981

HEX: #114981
RGB: (17,73,129)

Color info

#114981 contains mainly green and blue colors. Web safe color of #114981 is #003399 (or #039).

RGB color model

#114981 color RGB value is (17,73,129).

  • red value is 17;
  • green value is 73;
  • blue value is 129.
RGB:
(17,73,129)
(7%,29%,51%)

RGB channels and saturation

R 17 of 255 = 7%
G 73 of 255 = 29%
B 129 of 255 = 51%

17
73
129

R + G + B ~ 29%. #114981 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 73 + 129 = 219 (100%)
R 17 of 219 ~ 7.76%
G 73 of 219 ~ 33.33%
B 129 of 219 ~ 58.9%

%33.33
%58.9

CMYK color model

#114981 color CMYK value is (87,43,0,49).

  • cyan value is 86.82%
  • magenta value is 43.41%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(87,43,0,49)
C87M43Y0K49 
(87%,43%,0%,49%)
(0.87/0.43/0.00/0.49)	

CMYK percentages

%86.82
%43.41
%0
%49.41

Codes

Color #114981 in popluar color models

114981
RGB1773129
HSL210°76.71%28.63%
HSB/HSV210°86.82%50.59%
CMYK86.82%43.41%0.00%
49.41%

Color #114981 in popluar number systems.

HEX114981
Decimal1773129
Binary10001100100110000001
Octal21111201

Shades and tints

Shades of #114981

#114981
(17,73,129)
#104376
(16,67,118)
#0F3D6B
(15,61,107)
#0E3760
(14,55,96)
#0D3155
(13,49,85)
#0C2B4A
(12,43,74)
#0B253F
(11,37,63)
#0A1F34
(10,31,52)
#091929
(9,25,41)
#08131E
(8,19,30)
#070D13
(7,13,19)
#000000
(0,0,0)

Tints of #114981

#114981
(17,73,129)
#26598C
(38,89,140)
#3B6997
(59,105,151)
#5079A2
(80,121,162)
#6589AD
(101,137,173)
#7A99B8
(122,153,184)
#8FA9C3
(143,169,195)
#A4B9CE
(164,185,206)
#B9C9D9
(185,201,217)
#CED9E4
(206,217,228)
#E3E9EF
(227,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #114981 color. Also use rgb(17,73,129) instead hex code.

Text Font Color

.myTextColor { color: #114981; }

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

This text font color is #114981.


Background Color

.myBgColor { background-color: #114981; }

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

This div background color is #114981.


Border color

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

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

This div border color is #114981.


Opacity

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

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

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

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

This text has shadow with #114981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114981 on black background.


Color preview on white background

This text has color #114981 on white background.



Black color preview on #114981 background

This text has black color on #114981 background.


White color preview on #114981 background

This text has white color on #114981 background.