COLOR #111428

HEX: #111428 RGB: (17,20,40)

Color info

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

RGB color model

#111428 color RGB value is (17,20,40).

RGB: (17,20,40) (7%, 8%, 16%)

RGB channels and saturation

R 17 of 255 = 7%
G 20 of 255 = 8%
B 40 of 255 = 16%

17
20
40

R + G + B ~ 10%. #111428 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 20 + 40 = 77 (100%)
R 17 of 77 ~ 22.08%
G 20 of 77 ~ 25.97%
B 40 of 77 ~ 51.95'%

%22.08
%25.97
%51.95

CMYK color model

#111428 color CMYK value is (58,50,0,84).

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

CMYK: (58,50,0,84)
C58M50Y0K84 (58%, 50%, 0%, 84%)
(0.58 / 0.50 / 0.00 / 0.84)

CMYK percentages

%57.5
%50
%0
%84.31

Codes

Color #111428 in popluar color models

11 14 28
RGB 17 20 40
HSL 232° 40.35% 11.18%
HSB/HSV 232° 57.50% 15.69%
CMYK 57.50% 50.00% 0.00%
84.31%

Color #111428 in popluar number systems.

HEX 11 14 28
Decimal 17 20 40
Binary 10001 10100 101000
Octal 21 24 50

Shades and tints

Shades of #111428

#111428
(17,20,40)
#101325
(16,19,37)
#0F1222
(15,18,34)
#0E111F
(14,17,31)
#0D101C
(13,16,28)
#0C0F19
(12,15,25)
#0B0E16
(11,14,22)
#0A0D13
(10,13,19)
#090C10
(9,12,16)
#080B0D
(8,11,13)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #111428

#111428
(17,20,40)
#26293B
(38,41,59)
#3B3E4E
(59,62,78)
#505361
(80,83,97)
#656874
(101,104,116)
#7A7D87
(122,125,135)
#8F929A
(143,146,154)
#A4A7AD
(164,167,173)
#B9BCC0
(185,188,192)
#CED1D3
(206,209,211)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111428; }

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

This text font color is #111428.

Background Color

.myBgColor { background-color: #111428; }

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

This div background color is #111428.

Border color

.myBorderColor { border: 1px solid #111428; }

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

This div border color is #111428.

Opacity

.myOpacity80 { color: #111428; opacity: 0.8; }

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

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

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

This text has shadow with #111428 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111428.

Preview

Color preview on black background

This text has color #111428 on black background.


Color preview on white background

This text has color #111428 on white background.


Black color preview on #111428 background

This text has black color on #111428 background.


White color preview on #111428 background

This text has white color on #111428 background.


Related colors

Complementary color

Complementary color for #hex is #EEEBD7.


I love getcolorcode.com

Triadic colors

1 #281114 and #142811 with #111428 are triadic colors.

2 #281411 and #141128 with #111428 are triadic colors.