COLOR #111B4D

HEX: #111B4D
RGB: (17,27,77)

Color info

#111B4D contains mainly green and blue colors. Web safe color of #111B4D is #003333 (or #033).

RGB color model

#111B4D color RGB value is (17,27,77).

  • red value is 17;
  • green value is 27;
  • blue value is 77.
RGB:
(17,27,77)
(7%,11%,30%)

RGB channels and saturation

R 17 of 255 = 7%
G 27 of 255 = 11%
B 77 of 255 = 30%

17
27
77

R + G + B ~ 16%. #111B4D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 27 + 77 = 121 (100%)
R 17 of 121 ~ 14.05%
G 27 of 121 ~ 22.31%
B 77 of 121 ~ 63.64%

%14.05
%22.31
%63.64

CMYK color model

#111B4D color CMYK value is (78,65,0,70).

  • cyan value is 77.92%
  • magenta value is 64.94%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(78,65,0,70)
C78M65Y0K70 
(78%,65%,0%,70%)
(0.78/0.65/0.00/0.70)	

CMYK percentages

%77.92
%64.94
%0
%69.8

Codes

Color #111B4D in popluar color models

111B4D
RGB172777
HSL230°63.83%18.43%
HSB/HSV230°77.92%30.20%
CMYK77.92%64.94%0.00%
69.80%

Color #111B4D in popluar number systems.

HEX111B4D
Decimal172777
Binary10001110111001101
Octal2133115

Shades and tints

Shades of #111B4D

#111B4D
(17,27,77)
#101946
(16,25,70)
#0F173F
(15,23,63)
#0E1538
(14,21,56)
#0D1331
(13,19,49)
#0C112A
(12,17,42)
#0B0F23
(11,15,35)
#0A0D1C
(10,13,28)
#090B15
(9,11,21)
#08090E
(8,9,14)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #111B4D

#111B4D
(17,27,77)
#262F5D
(38,47,93)
#3B436D
(59,67,109)
#50577D
(80,87,125)
#656B8D
(101,107,141)
#7A7F9D
(122,127,157)
#8F93AD
(143,147,173)
#A4A7BD
(164,167,189)
#B9BBCD
(185,187,205)
#CECFDD
(206,207,221)
#E3E3ED
(227,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111B4D color. Also use rgb(17,27,77) instead hex code.

Text Font Color

.myTextColor { color: #111B4D; }

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

This text font color is #111B4D.


Background Color

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

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

This div background color is #111B4D.


Border color

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

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

This div border color is #111B4D.


Opacity

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

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

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

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

This text has shadow with #111B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111B4D on black background.


Color preview on white background

This text has color #111B4D on white background.



Black color preview on #111B4D background

This text has black color on #111B4D background.


White color preview on #111B4D background

This text has white color on #111B4D background.