COLOR #111A18

HEX: #111A18 RGB: (17,26,24)

Color info

#111A18 contains red, green and blue colors in about the same proportion. Web safe color of #111A18 is #000000 (or #000).

RGB color model

#111A18 color RGB value is (17,26,24).

RGB: (17,26,24) (7%, 10%, 9%)

RGB channels and saturation

R 17 of 255 = 7%
G 26 of 255 = 10%
B 24 of 255 = 9%

17
26
24

R + G + B ~ 9%. #111A18 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 26 + 24 = 67 (100%)
R 17 of 67 ~ 25.37%
G 26 of 67 ~ 38.81%
B 24 of 67 ~ 35.82'%

%25.37
%38.81
%35.82

CMYK color model

#111A18 color CMYK value is (35,0,8,90).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 89.80%
CMYK: (35,0,8,90) C35M0Y8K90 (35%,0%,8%,90%) (0.35/0.00/0.08/0.90) 

CMYK percentages

%34.62
%0
%7.69
%89.8

Codes

Color #111A18 in popluar color models

11 1A 18
RGB 17 26 24
HSL 167° 20.93% 8.43%
HSB/HSV 167° 34.62% 10.20%
CMYK 34.62% 0.00% 7.69%
89.80%

Color #111A18 in popluar number systems.

HEX 11 1A 18
Decimal 17 26 24
Binary 10001 11010 11000
Octal 21 32 30

Shades and tints

Shades of #111A18

#111A18
(17,26,24)
#101816
(16,24,22)
#0F1614
(15,22,20)
#0E1412
(14,20,18)
#0D1210
(13,18,16)
#0C100E
(12,16,14)
#0B0E0C
(11,14,12)
#0A0C0A
(10,12,10)
#090A08
(9,10,8)
#080806
(8,8,6)
#070604
(7,6,4)
#000000
(0,0,0)

Tints of #111A18

#111A18
(17,26,24)
#262E2D
(38,46,45)
#3B4242
(59,66,66)
#505657
(80,86,87)
#656A6C
(101,106,108)
#7A7E81
(122,126,129)
#8F9296
(143,146,150)
#A4A6AB
(164,166,171)
#B9BAC0
(185,186,192)
#CECED5
(206,206,213)
#E3E2EA
(227,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111A18; }

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

This text font color is #111A18.

Background Color

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

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

This div background color is #111A18.

Border color

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

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

This div border color is #111A18.

Opacity

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

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

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

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

This text has shadow with #111A18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111A18.

Preview

Color preview on black background

This text has color #111A18 on black background.


Color preview on white background

This text has color #111A18 on white background.


Black color preview on #111A18 background

This text has black color on #111A18 background.


White color preview on #111A18 background

This text has white color on #111A18 background.


Related colors

Complementary color

Complementary color for #hex is #EEE5E7.


I love getcolorcode.com

Triadic colors

1 #18111A and #1A1811 with #111A18 are triadic colors.

2 #181A11 and #1A1118 with #111A18 are triadic colors.