COLOR #111C54

HEX: #111C54
RGB: (17,28,84)

Color info

#111C54 contains mainly green and blue colors. Web safe color of #111C54 is #003366 (or #036).

RGB color model

#111C54 color RGB value is (17,28,84).

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

RGB channels and saturation

R 17 of 255 = 7%
G 28 of 255 = 11%
B 84 of 255 = 33%

17
28
84

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

Portions of RGB colors in percentages

R + G + B =
17 + 28 + 84 = 129 (100%)
R 17 of 129 ~ 13.18%
G 28 of 129 ~ 21.71%
B 84 of 129 ~ 65.12%

%13.18
%21.71
%65.12

CMYK color model

#111C54 color CMYK value is (80,67,0,67).

  • cyan value is 79.76%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(80,67,0,67)
C80M67Y0K67 
(80%,67%,0%,67%)
(0.80/0.67/0.00/0.67)	

CMYK percentages

%79.76
%66.67
%0
%67.06

Codes

Color #111C54 in popluar color models

111C54
RGB172884
HSL230°66.34%19.80%
HSB/HSV230°79.76%32.94%
CMYK79.76%66.67%0.00%
67.06%

Color #111C54 in popluar number systems.

HEX111C54
Decimal172884
Binary10001111001010100
Octal2134124

Shades and tints

Shades of #111C54

#111C54
(17,28,84)
#101A4D
(16,26,77)
#0F1846
(15,24,70)
#0E163F
(14,22,63)
#0D1438
(13,20,56)
#0C1231
(12,18,49)
#0B102A
(11,16,42)
#0A0E23
(10,14,35)
#090C1C
(9,12,28)
#080A15
(8,10,21)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #111C54

#111C54
(17,28,84)
#263063
(38,48,99)
#3B4472
(59,68,114)
#505881
(80,88,129)
#656C90
(101,108,144)
#7A809F
(122,128,159)
#8F94AE
(143,148,174)
#A4A8BD
(164,168,189)
#B9BCCC
(185,188,204)
#CED0DB
(206,208,219)
#E3E4EA
(227,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111C54; }

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

This text font color is #111C54.


Background Color

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

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

This div background color is #111C54.


Border color

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

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

This div border color is #111C54.


Opacity

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

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

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

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

This text has shadow with #111C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111C54 on black background.


Color preview on white background

This text has color #111C54 on white background.



Black color preview on #111C54 background

This text has black color on #111C54 background.


White color preview on #111C54 background

This text has white color on #111C54 background.