COLOR #111A39

HEX: #111A39
RGB: (17,26,57)

Color info

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

RGB color model

#111A39 color RGB value is (17,26,57).

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

RGB channels and saturation

R 17 of 255 = 7%
G 26 of 255 = 10%
B 57 of 255 = 22%

17
26
57

R + G + B ~ 13%. #111A39 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 26 + 57 = 100 (100%)
R 17 of 100 ~ 17%
G 26 of 100 ~ 26%
B 57 of 100 ~ 57%

%17
%26
%57

CMYK color model

#111A39 color CMYK value is (70,54,0,78).

  • cyan value is 70.18%
  • magenta value is 54.39%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(70,54,0,78)
C70M54Y0K78 
(70%,54%,0%,78%)
(0.70/0.54/0.00/0.78)	

CMYK percentages

%70.18
%54.39
%0
%77.65

Codes

Color #111A39 in popluar color models

111A39
RGB172657
HSL227°54.05%14.51%
HSB/HSV227°70.18%22.35%
CMYK70.18%54.39%0.00%
77.65%

Color #111A39 in popluar number systems.

HEX111A39
Decimal172657
Binary1000111010111001
Octal213271

Shades and tints

Shades of #111A39

#111A39
(17,26,57)
#101834
(16,24,52)
#0F162F
(15,22,47)
#0E142A
(14,20,42)
#0D1225
(13,18,37)
#0C1020
(12,16,32)
#0B0E1B
(11,14,27)
#0A0C16
(10,12,22)
#090A11
(9,10,17)
#08080C
(8,8,12)
#070607
(7,6,7)
#000000
(0,0,0)

Tints of #111A39

#111A39
(17,26,57)
#262E4B
(38,46,75)
#3B425D
(59,66,93)
#50566F
(80,86,111)
#656A81
(101,106,129)
#7A7E93
(122,126,147)
#8F92A5
(143,146,165)
#A4A6B7
(164,166,183)
#B9BAC9
(185,186,201)
#CECEDB
(206,206,219)
#E3E2ED
(227,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111A39; }

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

This text font color is #111A39.


Background Color

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

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

This div background color is #111A39.


Border color

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

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

This div border color is #111A39.


Opacity

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

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

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

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

This text has shadow with #111A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111A39 on black background.


Color preview on white background

This text has color #111A39 on white background.



Black color preview on #111A39 background

This text has black color on #111A39 background.


White color preview on #111A39 background

This text has white color on #111A39 background.