COLOR #111028

HEX: #111028 RGB: (17,16,40)

Color info

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

RGB color model

#111028 color RGB value is (17,16,40).

RGB: (17,16,40) (7%, 6%, 16%)

RGB channels and saturation

R 17 of 255 = 7%
G 16 of 255 = 6%
B 40 of 255 = 16%

17
16
40

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

Portions of RGB colors in percentages

R + G + B = 17 + 16 + 40 = 73 (100%)
R 17 of 73 ~ 23.29%
G 16 of 73 ~ 21.92%
B 40 of 73 ~ 54.79'%

%23.29
%21.92
%54.79

CMYK color model

#111028 color CMYK value is (58,60,0,84).

  • cyan value is 57.50%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK: (58,60,0,84) C58M60Y0K84 (58%,60%,0%,84%) (0.58/0.60/0.00/0.84) 

CMYK percentages

%57.5
%60
%0
%84.31

Codes

Color #111028 in popluar color models

11 10 28
RGB 17 16 40
HSL 243° 42.86% 10.98%
HSB/HSV 243° 60.00% 15.69%
CMYK 57.50% 60.00% 0.00%
84.31%

Color #111028 in popluar number systems.

HEX 11 10 28
Decimal 17 16 40
Binary 10001 10000 101000
Octal 21 20 50

Shades and tints

Shades of #111028

#111028
(17,16,40)
#100F25
(16,15,37)
#0F0E22
(15,14,34)
#0E0D1F
(14,13,31)
#0D0C1C
(13,12,28)
#0C0B19
(12,11,25)
#0B0A16
(11,10,22)
#0A0913
(10,9,19)
#090810
(9,8,16)
#08070D
(8,7,13)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #111028

#111028
(17,16,40)
#26253B
(38,37,59)
#3B3A4E
(59,58,78)
#504F61
(80,79,97)
#656474
(101,100,116)
#7A7987
(122,121,135)
#8F8E9A
(143,142,154)
#A4A3AD
(164,163,173)
#B9B8C0
(185,184,192)
#CECDD3
(206,205,211)
#E3E2E6
(227,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111028; }

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

This text font color is #111028.

Background Color

.myBgColor { background-color: #111028; }

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

This div background color is #111028.

Border color

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

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

This div border color is #111028.

Opacity

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

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

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

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

This text has shadow with #111028 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111028.

Preview

Color preview on black background

This text has color #111028 on black background.


Color preview on white background

This text has color #111028 on white background.


Black color preview on #111028 background

This text has black color on #111028 background.


White color preview on #111028 background

This text has white color on #111028 background.


Related colors

Complementary color

Complementary color for #hex is #EEEFD7.


I love getcolorcode.com

Triadic colors

1 #281110 and #102811 with #111028 are triadic colors.

2 #281011 and #101128 with #111028 are triadic colors.