COLOR #111173

HEX: #111173
RGB: (17,17,115)

Color info

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

RGB color model

#111173 color RGB value is (17,17,115).

  • red value is 17;
  • green value is 17;
  • blue value is 115.
RGB:
(17,17,115)
(7%,7%,45%)

RGB channels and saturation

R 17 of 255 = 7%
G 17 of 255 = 7%
B 115 of 255 = 45%

17
17
115

R + G + B ~ 20%. #111173 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 17 + 115 = 149 (100%)
R 17 of 149 ~ 11.41%
G 17 of 149 ~ 11.41%
B 115 of 149 ~ 77.18%

%11.41
%11.41
%77.18

CMYK color model

#111173 color CMYK value is (85,85,0,55).

  • cyan value is 85.22%
  • magenta value is 85.22%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(85,85,0,55)
C85M85Y0K55 
(85%,85%,0%,55%)
(0.85/0.85/0.00/0.55)	

CMYK percentages

%85.22
%85.22
%0
%54.9

Codes

Color #111173 in popluar color models

111173
RGB1717115
HSL240°74.24%25.88%
HSB/HSV240°85.22%45.10%
CMYK85.22%85.22%0.00%
54.90%

Color #111173 in popluar number systems.

HEX111173
Decimal1717115
Binary10001100011110011
Octal2121163

Shades and tints

Shades of #111173

#111173
(17,17,115)
#101069
(16,16,105)
#0F0F5F
(15,15,95)
#0E0E55
(14,14,85)
#0D0D4B
(13,13,75)
#0C0C41
(12,12,65)
#0B0B37
(11,11,55)
#0A0A2D
(10,10,45)
#090923
(9,9,35)
#080819
(8,8,25)
#07070F
(7,7,15)
#000000
(0,0,0)

Tints of #111173

#111173
(17,17,115)
#26267F
(38,38,127)
#3B3B8B
(59,59,139)
#505097
(80,80,151)
#6565A3
(101,101,163)
#7A7AAF
(122,122,175)
#8F8FBB
(143,143,187)
#A4A4C7
(164,164,199)
#B9B9D3
(185,185,211)
#CECEDF
(206,206,223)
#E3E3EB
(227,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111173; }

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

This text font color is #111173.


Background Color

.myBgColor { background-color: #111173; }

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

This div background color is #111173.


Border color

.myBorderColor { border: 1px solid #111173; }

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

This div border color is #111173.


Opacity

.myOpacity80 { color: #111173; opacity: 0.8; }

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

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

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

This text has shadow with #111173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111173 on black background.


Color preview on white background

This text has color #111173 on white background.



Black color preview on #111173 background

This text has black color on #111173 background.


White color preview on #111173 background

This text has white color on #111173 background.