COLOR #11175B

HEX: #11175B
RGB: (17,23,91)

Color info

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

RGB color model

#11175B color RGB value is (17,23,91).

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

RGB channels and saturation

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

17
23
91

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

Portions of RGB colors in percentages

R + G + B =
17 + 23 + 91 = 131 (100%)
R 17 of 131 ~ 12.98%
G 23 of 131 ~ 17.56%
B 91 of 131 ~ 69.47%

%12.98
%17.56
%69.47

CMYK color model

#11175B color CMYK value is (81,75,0,64).

  • cyan value is 81.32%
  • magenta value is 74.73%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(81,75,0,64)
C81M75Y0K64 
(81%,75%,0%,64%)
(0.81/0.75/0.00/0.64)	

CMYK percentages

%81.32
%74.73
%0
%64.31

Codes

Color #11175B in popluar color models

11175B
RGB172391
HSL235°68.52%21.18%
HSB/HSV235°81.32%35.69%
CMYK81.32%74.73%0.00%
64.31%

Color #11175B in popluar number systems.

HEX11175B
Decimal172391
Binary10001101111011011
Octal2127133

Shades and tints

Shades of #11175B

#11175B
(17,23,91)
#101553
(16,21,83)
#0F134B
(15,19,75)
#0E1143
(14,17,67)
#0D0F3B
(13,15,59)
#0C0D33
(12,13,51)
#0B0B2B
(11,11,43)
#0A0923
(10,9,35)
#09071B
(9,7,27)
#080513
(8,5,19)
#07030B
(7,3,11)
#000000
(0,0,0)

Tints of #11175B

#11175B
(17,23,91)
#262C69
(38,44,105)
#3B4177
(59,65,119)
#505685
(80,86,133)
#656B93
(101,107,147)
#7A80A1
(122,128,161)
#8F95AF
(143,149,175)
#A4AABD
(164,170,189)
#B9BFCB
(185,191,203)
#CED4D9
(206,212,217)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11175B; }

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

This text font color is #11175B.


Background Color

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

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

This div background color is #11175B.


Border color

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

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

This div border color is #11175B.


Opacity

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

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

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

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

This text has shadow with #11175B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11175B on black background.


Color preview on white background

This text has color #11175B on white background.



Black color preview on #11175B background

This text has black color on #11175B background.


White color preview on #11175B background

This text has white color on #11175B background.