COLOR #111A24

HEX: #111A24
RGB: (17,26,36)

Color info

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

RGB color model

#111A24 color RGB value is (17,26,36).

  • red value is 17;
  • green value is 26;
  • blue value is 36.
RGB:
(17,26,36)
(7%,10%,14%)

RGB channels and saturation

R 17 of 255 = 7%
G 26 of 255 = 10%
B 36 of 255 = 14%

17
26
36

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

Portions of RGB colors in percentages

R + G + B =
17 + 26 + 36 = 79 (100%)
R 17 of 79 ~ 21.52%
G 26 of 79 ~ 32.91%
B 36 of 79 ~ 45.57%

%21.52
%32.91
%45.57

CMYK color model

#111A24 color CMYK value is (53,28,0,86).

  • cyan value is 52.78%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(53,28,0,86)
C53M28Y0K86 
(53%,28%,0%,86%)
(0.53/0.28/0.00/0.86)	

CMYK percentages

%52.78
%27.78
%0
%85.88

Codes

Color #111A24 in popluar color models

111A24
RGB172636
HSL212°35.85%10.39%
HSB/HSV212°52.78%14.12%
CMYK52.78%27.78%0.00%
85.88%

Color #111A24 in popluar number systems.

HEX111A24
Decimal172636
Binary1000111010100100
Octal213244

Shades and tints

Shades of #111A24

#111A24
(17,26,36)
#101821
(16,24,33)
#0F161E
(15,22,30)
#0E141B
(14,20,27)
#0D1218
(13,18,24)
#0C1015
(12,16,21)
#0B0E12
(11,14,18)
#0A0C0F
(10,12,15)
#090A0C
(9,10,12)
#080809
(8,8,9)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #111A24

#111A24
(17,26,36)
#262E37
(38,46,55)
#3B424A
(59,66,74)
#50565D
(80,86,93)
#656A70
(101,106,112)
#7A7E83
(122,126,131)
#8F9296
(143,146,150)
#A4A6A9
(164,166,169)
#B9BABC
(185,186,188)
#CECECF
(206,206,207)
#E3E2E2
(227,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111A24; }

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

This text font color is #111A24.


Background Color

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

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

This div background color is #111A24.


Border color

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

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

This div border color is #111A24.


Opacity

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

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

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

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

This text has shadow with #111A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111A24 on black background.


Color preview on white background

This text has color #111A24 on white background.



Black color preview on #111A24 background

This text has black color on #111A24 background.


White color preview on #111A24 background

This text has white color on #111A24 background.