COLOR #111D28

HEX: #111D28 RGB: (17,29,40)

Color info

#111D28 contains red, green and blue colors in about the same proportion. Web safe color of #111D28 is #003333 (or #033).

RGB color model

#111D28 color RGB value is (17,29,40).

RGB: (17,29,40) (7%, 11%, 16%)

RGB channels and saturation

R 17 of 255 = 7%
G 29 of 255 = 11%
B 40 of 255 = 16%

17
29
40

R + G + B ~ 11%. #111D28 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 29 + 40 = 86 (100%)
R 17 of 86 ~ 19.77%
G 29 of 86 ~ 33.72%
B 40 of 86 ~ 46.51'%

%19.77
%33.72
%46.51

CMYK color model

#111D28 color CMYK value is (58,28,0,84).

  • cyan value is 57.50%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (58,28,0,84)
C58M28Y0K84 (58%, 28%, 0%, 84%)
(0.58 / 0.28 / 0.00 / 0.84)

CMYK percentages

%57.5
%27.5
%0
%84.31

Codes

Color #111D28 in popluar color models

11 1D 28
RGB 17 29 40
HSL 209° 40.35% 11.18%
HSB/HSV 209° 57.50% 15.69%
CMYK 57.50% 27.50% 0.00%
84.31%

Color #111D28 in popluar number systems.

HEX 11 1D 28
Decimal 17 29 40
Binary 10001 11101 101000
Octal 21 35 50

Shades and tints

Shades of #111D28

#111D28
(17,29,40)
#101B25
(16,27,37)
#0F1922
(15,25,34)
#0E171F
(14,23,31)
#0D151C
(13,21,28)
#0C1319
(12,19,25)
#0B1116
(11,17,22)
#0A0F13
(10,15,19)
#090D10
(9,13,16)
#080B0D
(8,11,13)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #111D28

#111D28
(17,29,40)
#26313B
(38,49,59)
#3B454E
(59,69,78)
#505961
(80,89,97)
#656D74
(101,109,116)
#7A8187
(122,129,135)
#8F959A
(143,149,154)
#A4A9AD
(164,169,173)
#B9BDC0
(185,189,192)
#CED1D3
(206,209,211)
#E3E5E6
(227,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111D28 color. Also use rgb(17,29,40) instead hex code.

Text Font Color

.myTextColor { color: #111D28; }

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

This text font color is #111D28.

Background Color

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

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

This div background color is #111D28.

Border color

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

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

This div border color is #111D28.

Opacity

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

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

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

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

This text has shadow with #111D28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111D28.

Preview

Color preview on black background

This text has color #111D28 on black background.


Color preview on white background

This text has color #111D28 on white background.


Black color preview on #111D28 background

This text has black color on #111D28 background.


White color preview on #111D28 background

This text has white color on #111D28 background.


Related colors

Complementary color

Complementary color for #hex is #EEE2D7.


I love getcolorcode.com

Triadic colors

1 #28111D and #1D2811 with #111D28 are triadic colors.

2 #281D11 and #1D1128 with #111D28 are triadic colors.