COLOR #111A4B

HEX: #111A4B
RGB: (17,26,75)

Color info

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

RGB color model

#111A4B color RGB value is (17,26,75).

  • red value is 17;
  • green value is 26;
  • blue value is 75.
RGB:
(17,26,75)
(7%,10%,29%)

RGB channels and saturation

R 17 of 255 = 7%
G 26 of 255 = 10%
B 75 of 255 = 29%

17
26
75

R + G + B ~ 15%. #111A4B is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 26 + 75 = 118 (100%)
R 17 of 118 ~ 14.41%
G 26 of 118 ~ 22.03%
B 75 of 118 ~ 63.56%

%14.41
%22.03
%63.56

CMYK color model

#111A4B color CMYK value is (77,65,0,71).

  • cyan value is 77.33%
  • magenta value is 65.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(77,65,0,71)
C77M65Y0K71 
(77%,65%,0%,71%)
(0.77/0.65/0.00/0.71)	

CMYK percentages

%77.33
%65.33
%0
%70.59

Codes

Color #111A4B in popluar color models

111A4B
RGB172675
HSL231°63.04%18.04%
HSB/HSV231°77.33%29.41%
CMYK77.33%65.33%0.00%
70.59%

Color #111A4B in popluar number systems.

HEX111A4B
Decimal172675
Binary10001110101001011
Octal2132113

Shades and tints

Shades of #111A4B

#111A4B
(17,26,75)
#101845
(16,24,69)
#0F163F
(15,22,63)
#0E1439
(14,20,57)
#0D1233
(13,18,51)
#0C102D
(12,16,45)
#0B0E27
(11,14,39)
#0A0C21
(10,12,33)
#090A1B
(9,10,27)
#080815
(8,8,21)
#07060F
(7,6,15)
#000000
(0,0,0)

Tints of #111A4B

#111A4B
(17,26,75)
#262E5B
(38,46,91)
#3B426B
(59,66,107)
#50567B
(80,86,123)
#656A8B
(101,106,139)
#7A7E9B
(122,126,155)
#8F92AB
(143,146,171)
#A4A6BB
(164,166,187)
#B9BACB
(185,186,203)
#CECEDB
(206,206,219)
#E3E2EB
(227,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111A4B color. Also use rgb(17,26,75) instead hex code.

Text Font Color

.myTextColor { color: #111A4B; }

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

This text font color is #111A4B.


Background Color

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

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

This div background color is #111A4B.


Border color

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

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

This div border color is #111A4B.


Opacity

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

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

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

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

This text has shadow with #111A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111A4B on black background.


Color preview on white background

This text has color #111A4B on white background.



Black color preview on #111A4B background

This text has black color on #111A4B background.


White color preview on #111A4B background

This text has white color on #111A4B background.