COLOR #11597B

HEX: #11597B
RGB: (17,89,123)

Color info

#11597B contains mainly green and blue colors. Web safe color of #11597B is #006666 (or #066).

RGB color model

#11597B color RGB value is (17,89,123).

  • red value is 17;
  • green value is 89;
  • blue value is 123.
RGB:
(17,89,123)
(7%,35%,48%)

RGB channels and saturation

R 17 of 255 = 7%
G 89 of 255 = 35%
B 123 of 255 = 48%

17
89
123

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

Portions of RGB colors in percentages

R + G + B =
17 + 89 + 123 = 229 (100%)
R 17 of 229 ~ 7.42%
G 89 of 229 ~ 38.86%
B 123 of 229 ~ 53.71%

%38.86
%53.71

CMYK color model

#11597B color CMYK value is (86,28,0,52).

  • cyan value is 86.18%
  • magenta value is 27.64%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(86,28,0,52)
C86M28Y0K52 
(86%,28%,0%,52%)
(0.86/0.28/0.00/0.52)	

CMYK percentages

%86.18
%27.64
%0
%51.76

Codes

Color #11597B in popluar color models

11597B
RGB1789123
HSL199°75.71%27.45%
HSB/HSV199°86.18%48.24%
CMYK86.18%27.64%0.00%
51.76%

Color #11597B in popluar number systems.

HEX11597B
Decimal1789123
Binary1000110110011111011
Octal21131173

Shades and tints

Shades of #11597B

#11597B
(17,89,123)
#105170
(16,81,112)
#0F4965
(15,73,101)
#0E415A
(14,65,90)
#0D394F
(13,57,79)
#0C3144
(12,49,68)
#0B2939
(11,41,57)
#0A212E
(10,33,46)
#091923
(9,25,35)
#081118
(8,17,24)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #11597B

#11597B
(17,89,123)
#266887
(38,104,135)
#3B7793
(59,119,147)
#50869F
(80,134,159)
#6595AB
(101,149,171)
#7AA4B7
(122,164,183)
#8FB3C3
(143,179,195)
#A4C2CF
(164,194,207)
#B9D1DB
(185,209,219)
#CEE0E7
(206,224,231)
#E3EFF3
(227,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11597B color. Also use rgb(17,89,123) instead hex code.

Text Font Color

.myTextColor { color: #11597B; }

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

This text font color is #11597B.


Background Color

.myBgColor { background-color: #11597B; }

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

This div background color is #11597B.


Border color

.myBorderColor { border: 1px solid #11597B; }

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

This div border color is #11597B.


Opacity

.myOpacity80 { color: #11597B; opacity: 0.8; }

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

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

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

This text has shadow with #11597B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11597B on black background.


Color preview on white background

This text has color #11597B on white background.



Black color preview on #11597B background

This text has black color on #11597B background.


White color preview on #11597B background

This text has white color on #11597B background.