COLOR #111148

HEX: #111148
RGB: (17,17,72)

Color info

#111148 contains red, green and blue colors in about the same proportion. Web safe color of #111148 is #000033 (or #003).

RGB color model

#111148 color RGB value is (17,17,72).

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

RGB channels and saturation

R 17 of 255 = 7%
G 17 of 255 = 7%
B 72 of 255 = 28%

17
17
72

R + G + B ~ 14%. #111148 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 17 + 72 = 106 (100%)
R 17 of 106 ~ 16.04%
G 17 of 106 ~ 16.04%
B 72 of 106 ~ 67.92%

%16.04
%16.04
%67.92

CMYK color model

#111148 color CMYK value is (76,76,0,72).

  • cyan value is 76.39%
  • magenta value is 76.39%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(76,76,0,72)
C76M76Y0K72 
(76%,76%,0%,72%)
(0.76/0.76/0.00/0.72)	

CMYK percentages

%76.39
%76.39
%0
%71.76

Codes

Color #111148 in popluar color models

111148
RGB171772
HSL240°61.80%17.45%
HSB/HSV240°76.39%28.24%
CMYK76.39%76.39%0.00%
71.76%

Color #111148 in popluar number systems.

HEX111148
Decimal171772
Binary10001100011001000
Octal2121110

Shades and tints

Shades of #111148

#111148
(17,17,72)
#101042
(16,16,66)
#0F0F3C
(15,15,60)
#0E0E36
(14,14,54)
#0D0D30
(13,13,48)
#0C0C2A
(12,12,42)
#0B0B24
(11,11,36)
#0A0A1E
(10,10,30)
#090918
(9,9,24)
#080812
(8,8,18)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #111148

#111148
(17,17,72)
#262658
(38,38,88)
#3B3B68
(59,59,104)
#505078
(80,80,120)
#656588
(101,101,136)
#7A7A98
(122,122,152)
#8F8FA8
(143,143,168)
#A4A4B8
(164,164,184)
#B9B9C8
(185,185,200)
#CECED8
(206,206,216)
#E3E3E8
(227,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111148; }

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

This text font color is #111148.


Background Color

.myBgColor { background-color: #111148; }

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

This div background color is #111148.


Border color

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

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

This div border color is #111148.


Opacity

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

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

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

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

This text has shadow with #111148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111148 on black background.


Color preview on white background

This text has color #111148 on white background.



Black color preview on #111148 background

This text has black color on #111148 background.


White color preview on #111148 background

This text has white color on #111148 background.