COLOR #118497

HEX: #118497
RGB: (17,132,151)

Color info

#118497 contains mainly green and blue colors. Web safe color of #118497 is #009999 (or #099).

RGB color model

#118497 color RGB value is (17,132,151).

  • red value is 17;
  • green value is 132;
  • blue value is 151.
RGB:
(17,132,151)
(7%,52%,59%)

RGB channels and saturation

R 17 of 255 = 7%
G 132 of 255 = 52%
B 151 of 255 = 59%

17
132
151

R + G + B ~ 39%. #118497 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 132 + 151 = 300 (100%)
R 17 of 300 ~ 5.67%
G 132 of 300 ~ 44%
B 151 of 300 ~ 50.33%

%44
%50.33

CMYK color model

#118497 color CMYK value is (89,13,0,41).

  • cyan value is 88.74%
  • magenta value is 12.58%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(89,13,0,41)
C89M13Y0K41 
(89%,13%,0%,41%)
(0.89/0.13/0.00/0.41)	

CMYK percentages

%88.74
%12.58
%0
%40.78

Codes

Color #118497 in popluar color models

118497
RGB17132151
HSL189°79.76%32.94%
HSB/HSV189°88.74%59.22%
CMYK88.74%12.58%0.00%
40.78%

Color #118497 in popluar number systems.

HEX118497
Decimal17132151
Binary100011000010010010111
Octal21204227

Shades and tints

Shades of #118497

#118497
(17,132,151)
#10788A
(16,120,138)
#0F6C7D
(15,108,125)
#0E6070
(14,96,112)
#0D5463
(13,84,99)
#0C4856
(12,72,86)
#0B3C49
(11,60,73)
#0A303C
(10,48,60)
#09242F
(9,36,47)
#081822
(8,24,34)
#070C15
(7,12,21)
#000000
(0,0,0)

Tints of #118497

#118497
(17,132,151)
#268FA0
(38,143,160)
#3B9AA9
(59,154,169)
#50A5B2
(80,165,178)
#65B0BB
(101,176,187)
#7ABBC4
(122,187,196)
#8FC6CD
(143,198,205)
#A4D1D6
(164,209,214)
#B9DCDF
(185,220,223)
#CEE7E8
(206,231,232)
#E3F2F1
(227,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #118497 color. Also use rgb(17,132,151) instead hex code.

Text Font Color

.myTextColor { color: #118497; }

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

This text font color is #118497.


Background Color

.myBgColor { background-color: #118497; }

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

This div background color is #118497.


Border color

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

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

This div border color is #118497.


Opacity

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

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

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

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

This text has shadow with #118497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #118497 on black background.


Color preview on white background

This text has color #118497 on white background.



Black color preview on #118497 background

This text has black color on #118497 background.


White color preview on #118497 background

This text has white color on #118497 background.