COLOR #114989

HEX: #114989
RGB: (17,73,137)

Color info

#114989 contains mainly blue color. Web safe color of #114989 is #003399 (or #039).

RGB color model

#114989 color RGB value is (17,73,137).

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

RGB channels and saturation

R 17 of 255 = 7%
G 73 of 255 = 29%
B 137 of 255 = 54%

17
73
137

R + G + B ~ 30%. #114989 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 73 + 137 = 227 (100%)
R 17 of 227 ~ 7.49%
G 73 of 227 ~ 32.16%
B 137 of 227 ~ 60.35%

%32.16
%60.35

CMYK color model

#114989 color CMYK value is (88,47,0,46).

  • cyan value is 87.59%
  • magenta value is 46.72%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(88,47,0,46)
C88M47Y0K46 
(88%,47%,0%,46%)
(0.88/0.47/0.00/0.46)	

CMYK percentages

%87.59
%46.72
%0
%46.27

Codes

Color #114989 in popluar color models

114989
RGB1773137
HSL212°77.92%30.20%
HSB/HSV212°87.59%53.73%
CMYK87.59%46.72%0.00%
46.27%

Color #114989 in popluar number systems.

HEX114989
Decimal1773137
Binary10001100100110001001
Octal21111211

Shades and tints

Shades of #114989

#114989
(17,73,137)
#10437D
(16,67,125)
#0F3D71
(15,61,113)
#0E3765
(14,55,101)
#0D3159
(13,49,89)
#0C2B4D
(12,43,77)
#0B2541
(11,37,65)
#0A1F35
(10,31,53)
#091929
(9,25,41)
#08131D
(8,19,29)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #114989

#114989
(17,73,137)
#265993
(38,89,147)
#3B699D
(59,105,157)
#5079A7
(80,121,167)
#6589B1
(101,137,177)
#7A99BB
(122,153,187)
#8FA9C5
(143,169,197)
#A4B9CF
(164,185,207)
#B9C9D9
(185,201,217)
#CED9E3
(206,217,227)
#E3E9ED
(227,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #114989; }

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

This text font color is #114989.


Background Color

.myBgColor { background-color: #114989; }

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

This div background color is #114989.


Border color

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

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

This div border color is #114989.


Opacity

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

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

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

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

This text has shadow with #114989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114989 on black background.


Color preview on white background

This text has color #114989 on white background.



Black color preview on #114989 background

This text has black color on #114989 background.


White color preview on #114989 background

This text has white color on #114989 background.