COLOR #11556D

HEX: #11556D
RGB: (17,85,109)

Color info

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

RGB color model

#11556D color RGB value is (17,85,109).

  • red value is 17;
  • green value is 85;
  • blue value is 109.
RGB:
(17,85,109)
(7%,33%,43%)

RGB channels and saturation

R 17 of 255 = 7%
G 85 of 255 = 33%
B 109 of 255 = 43%

17
85
109

R + G + B ~ 28%. #11556D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 85 + 109 = 211 (100%)
R 17 of 211 ~ 8.06%
G 85 of 211 ~ 40.28%
B 109 of 211 ~ 51.66%

%40.28
%51.66

CMYK color model

#11556D color CMYK value is (84,22,0,57).

  • cyan value is 84.40%
  • magenta value is 22.02%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(84,22,0,57)
C84M22Y0K57 
(84%,22%,0%,57%)
(0.84/0.22/0.00/0.57)	

CMYK percentages

%84.4
%22.02
%0
%57.25

Codes

Color #11556D in popluar color models

11556D
RGB1785109
HSL196°73.02%24.71%
HSB/HSV196°84.40%42.75%
CMYK84.40%22.02%0.00%
57.25%

Color #11556D in popluar number systems.

HEX11556D
Decimal1785109
Binary1000110101011101101
Octal21125155

Shades and tints

Shades of #11556D

#11556D
(17,85,109)
#104E64
(16,78,100)
#0F475B
(15,71,91)
#0E4052
(14,64,82)
#0D3949
(13,57,73)
#0C3240
(12,50,64)
#0B2B37
(11,43,55)
#0A242E
(10,36,46)
#091D25
(9,29,37)
#08161C
(8,22,28)
#070F13
(7,15,19)
#000000
(0,0,0)

Tints of #11556D

#11556D
(17,85,109)
#26647A
(38,100,122)
#3B7387
(59,115,135)
#508294
(80,130,148)
#6591A1
(101,145,161)
#7AA0AE
(122,160,174)
#8FAFBB
(143,175,187)
#A4BEC8
(164,190,200)
#B9CDD5
(185,205,213)
#CEDCE2
(206,220,226)
#E3EBEF
(227,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11556D color. Also use rgb(17,85,109) instead hex code.

Text Font Color

.myTextColor { color: #11556D; }

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

This text font color is #11556D.


Background Color

.myBgColor { background-color: #11556D; }

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

This div background color is #11556D.


Border color

.myBorderColor { border: 1px solid #11556D; }

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

This div border color is #11556D.


Opacity

.myOpacity80 { color: #11556D; opacity: 0.8; }

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

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

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

This text has shadow with #11556D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11556D on black background.


Color preview on white background

This text has color #11556D on white background.



Black color preview on #11556D background

This text has black color on #11556D background.


White color preview on #11556D background

This text has white color on #11556D background.