COLOR #111C7D

HEX: #111C7D
RGB: (17,28,125)

Color info

#111C7D contains mainly blue color. Web safe color of #111C7D is #003366 (or #036).

RGB color model

#111C7D color RGB value is (17,28,125).

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

RGB channels and saturation

R 17 of 255 = 7%
G 28 of 255 = 11%
B 125 of 255 = 49%

17
28
125

R + G + B ~ 22%. #111C7D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 28 + 125 = 170 (100%)
R 17 of 170 ~ 10%
G 28 of 170 ~ 16.47%
B 125 of 170 ~ 73.53%

%10
%16.47
%73.53

CMYK color model

#111C7D color CMYK value is (86,78,0,51).

  • cyan value is 86.40%
  • magenta value is 77.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(86,78,0,51)
C86M78Y0K51 
(86%,78%,0%,51%)
(0.86/0.78/0.00/0.51)	

CMYK percentages

%86.4
%77.6
%0
%50.98

Codes

Color #111C7D in popluar color models

111C7D
RGB1728125
HSL234°76.06%27.84%
HSB/HSV234°86.40%49.02%
CMYK86.40%77.60%0.00%
50.98%

Color #111C7D in popluar number systems.

HEX111C7D
Decimal1728125
Binary10001111001111101
Octal2134175

Shades and tints

Shades of #111C7D

#111C7D
(17,28,125)
#101A72
(16,26,114)
#0F1867
(15,24,103)
#0E165C
(14,22,92)
#0D1451
(13,20,81)
#0C1246
(12,18,70)
#0B103B
(11,16,59)
#0A0E30
(10,14,48)
#090C25
(9,12,37)
#080A1A
(8,10,26)
#07080F
(7,8,15)
#000000
(0,0,0)

Tints of #111C7D

#111C7D
(17,28,125)
#263088
(38,48,136)
#3B4493
(59,68,147)
#50589E
(80,88,158)
#656CA9
(101,108,169)
#7A80B4
(122,128,180)
#8F94BF
(143,148,191)
#A4A8CA
(164,168,202)
#B9BCD5
(185,188,213)
#CED0E0
(206,208,224)
#E3E4EB
(227,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111C7D color. Also use rgb(17,28,125) instead hex code.

Text Font Color

.myTextColor { color: #111C7D; }

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

This text font color is #111C7D.


Background Color

.myBgColor { background-color: #111C7D; }

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

This div background color is #111C7D.


Border color

.myBorderColor { border: 1px solid #111C7D; }

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

This div border color is #111C7D.


Opacity

.myOpacity80 { color: #111C7D; opacity: 0.8; }

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

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

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

This text has shadow with #111C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111C7D on black background.


Color preview on white background

This text has color #111C7D on white background.



Black color preview on #111C7D background

This text has black color on #111C7D background.


White color preview on #111C7D background

This text has white color on #111C7D background.