COLOR #114987

HEX: #114987
RGB: (17,73,135)

Color info

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

RGB color model

#114987 color RGB value is (17,73,135).

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

RGB channels and saturation

R 17 of 255 = 7%
G 73 of 255 = 29%
B 135 of 255 = 53%

17
73
135

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

Portions of RGB colors in percentages

R + G + B =
17 + 73 + 135 = 225 (100%)
R 17 of 225 ~ 7.56%
G 73 of 225 ~ 32.44%
B 135 of 225 ~ 60%

%32.44
%60

CMYK color model

#114987 color CMYK value is (87,46,0,47).

  • cyan value is 87.41%
  • magenta value is 45.93%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(87,46,0,47)
C87M46Y0K47 
(87%,46%,0%,47%)
(0.87/0.46/0.00/0.47)	

CMYK percentages

%87.41
%45.93
%0
%47.06

Codes

Color #114987 in popluar color models

114987
RGB1773135
HSL212°77.63%29.80%
HSB/HSV212°87.41%52.94%
CMYK87.41%45.93%0.00%
47.06%

Color #114987 in popluar number systems.

HEX114987
Decimal1773135
Binary10001100100110000111
Octal21111207

Shades and tints

Shades of #114987

#114987
(17,73,135)
#10437B
(16,67,123)
#0F3D6F
(15,61,111)
#0E3763
(14,55,99)
#0D3157
(13,49,87)
#0C2B4B
(12,43,75)
#0B253F
(11,37,63)
#0A1F33
(10,31,51)
#091927
(9,25,39)
#08131B
(8,19,27)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #114987

#114987
(17,73,135)
#265991
(38,89,145)
#3B699B
(59,105,155)
#5079A5
(80,121,165)
#6589AF
(101,137,175)
#7A99B9
(122,153,185)
#8FA9C3
(143,169,195)
#A4B9CD
(164,185,205)
#B9C9D7
(185,201,215)
#CED9E1
(206,217,225)
#E3E9EB
(227,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #114987; }

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

This text font color is #114987.


Background Color

.myBgColor { background-color: #114987; }

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

This div background color is #114987.


Border color

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

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

This div border color is #114987.


Opacity

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

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

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

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

This text has shadow with #114987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #114987 on black background.


Color preview on white background

This text has color #114987 on white background.



Black color preview on #114987 background

This text has black color on #114987 background.


White color preview on #114987 background

This text has white color on #114987 background.