COLOR #115C89

HEX: #115C89 RGB: (17,92,137)

Color info

#115C89 contains mainly green and blue colors. Web safe color of #115C89 is #006699 (or #069).

RGB color model

#115C89 color RGB value is (17,92,137).

RGB: (17,92,137) (7%, 36%, 54%)

RGB channels and saturation

R 17 of 255 = 7%
G 92 of 255 = 36%
B 137 of 255 = 54%

17
92
137

R + G + B ~ 32%. #115C89 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 92 + 137 = 246 (100%)
R 17 of 246 ~ 6.91%
G 92 of 246 ~ 37.4%
B 137 of 246 ~ 55.69'%

%37.4
%55.69

CMYK color model

#115C89 color CMYK value is (88,33,0,46).

  • cyan value is 87.59%
  • magenta value is 32.85%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (88,33,0,46)
C88M33Y0K46 (88%, 33%, 0%, 46%)
(0.88 / 0.33 / 0.00 / 0.46)

CMYK percentages

%87.59
%32.85
%0
%46.27

Codes

Color #115C89 in popluar color models

11 5C 89
RGB 17 92 137
HSL 203° 77.92% 30.20%
HSB/HSV 203° 87.59% 53.73%
CMYK 87.59% 32.85% 0.00%
46.27%

Color #115C89 in popluar number systems.

HEX 11 5C 89
Decimal 17 92 137
Binary 10001 1011100 10001001
Octal 21 134 211

Shades and tints

Shades of #115C89

#115C89
(17,92,137)
#10547D
(16,84,125)
#0F4C71
(15,76,113)
#0E4465
(14,68,101)
#0D3C59
(13,60,89)
#0C344D
(12,52,77)
#0B2C41
(11,44,65)
#0A2435
(10,36,53)
#091C29
(9,28,41)
#08141D
(8,20,29)
#070C11
(7,12,17)
#000000
(0,0,0)

Tints of #115C89

#115C89
(17,92,137)
#266A93
(38,106,147)
#3B789D
(59,120,157)
#5086A7
(80,134,167)
#6594B1
(101,148,177)
#7AA2BB
(122,162,187)
#8FB0C5
(143,176,197)
#A4BECF
(164,190,207)
#B9CCD9
(185,204,217)
#CEDAE3
(206,218,227)
#E3E8ED
(227,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #115C89; }

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

This text font color is #115C89.

Background Color

.myBgColor { background-color: #115C89; }

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

This div background color is #115C89.

Border color

.myBorderColor { border: 1px solid #115C89; }

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

This div border color is #115C89.

Opacity

.myOpacity80 { color: #115C89; opacity: 0.8; }

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

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

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

This text has shadow with #115C89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #115C89.

Preview

Color preview on black background

This text has color #115C89 on black background.


Color preview on white background

This text has color #115C89 on white background.


Black color preview on #115C89 background

This text has black color on #115C89 background.


White color preview on #115C89 background

This text has white color on #115C89 background.


Related colors

Complementary color

Complementary color for #hex is #EEA376.


I love getcolorcode.com

Triadic colors

1 #89115C and #5C8911 with #115C89 are triadic colors.

2 #895C11 and #5C1189 with #115C89 are triadic colors.