COLOR #11185B

HEX: #11185B
RGB: (17,24,91)

Color info

#11185B contains mainly blue color. Web safe color of #11185B is #000066 (or #006).

RGB color model

#11185B color RGB value is (17,24,91).

  • red value is 17;
  • green value is 24;
  • blue value is 91.
RGB:
(17,24,91)
(7%,9%,36%)

RGB channels and saturation

R 17 of 255 = 7%
G 24 of 255 = 9%
B 91 of 255 = 36%

17
24
91

R + G + B ~ 17%. #11185B is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 24 + 91 = 132 (100%)
R 17 of 132 ~ 12.88%
G 24 of 132 ~ 18.18%
B 91 of 132 ~ 68.94%

%12.88
%18.18
%68.94

CMYK color model

#11185B color CMYK value is (81,74,0,64).

  • cyan value is 81.32%
  • magenta value is 73.63%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(81,74,0,64)
C81M74Y0K64 
(81%,74%,0%,64%)
(0.81/0.74/0.00/0.64)	

CMYK percentages

%81.32
%73.63
%0
%64.31

Codes

Color #11185B in popluar color models

11185B
RGB172491
HSL234°68.52%21.18%
HSB/HSV234°81.32%35.69%
CMYK81.32%73.63%0.00%
64.31%

Color #11185B in popluar number systems.

HEX11185B
Decimal172491
Binary10001110001011011
Octal2130133

Shades and tints

Shades of #11185B

#11185B
(17,24,91)
#101653
(16,22,83)
#0F144B
(15,20,75)
#0E1243
(14,18,67)
#0D103B
(13,16,59)
#0C0E33
(12,14,51)
#0B0C2B
(11,12,43)
#0A0A23
(10,10,35)
#09081B
(9,8,27)
#080613
(8,6,19)
#07040B
(7,4,11)
#000000
(0,0,0)

Tints of #11185B

#11185B
(17,24,91)
#262D69
(38,45,105)
#3B4277
(59,66,119)
#505785
(80,87,133)
#656C93
(101,108,147)
#7A81A1
(122,129,161)
#8F96AF
(143,150,175)
#A4ABBD
(164,171,189)
#B9C0CB
(185,192,203)
#CED5D9
(206,213,217)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11185B color. Also use rgb(17,24,91) instead hex code.

Text Font Color

.myTextColor { color: #11185B; }

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

This text font color is #11185B.


Background Color

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

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

This div background color is #11185B.


Border color

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

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

This div border color is #11185B.


Opacity

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

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

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

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

This text has shadow with #11185B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11185B on black background.


Color preview on white background

This text has color #11185B on white background.



Black color preview on #11185B background

This text has black color on #11185B background.


White color preview on #11185B background

This text has white color on #11185B background.