COLOR #111949

HEX: #111949 RGB: (17,25,73)

Color info

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

RGB color model

#111949 color RGB value is (17,25,73).

RGB: (17,25,73) (7%, 10%, 29%)

RGB channels and saturation

R 17 of 255 = 7%
G 25 of 255 = 10%
B 73 of 255 = 29%

17
25
73

R + G + B ~ 15%. #111949 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 25 + 73 = 115 (100%)
R 17 of 115 ~ 14.78%
G 25 of 115 ~ 21.74%
B 73 of 115 ~ 63.48'%

%14.78
%21.74
%63.48

CMYK color model

#111949 color CMYK value is (77,66,0,71).

  • cyan value is 76.71%
  • magenta value is 65.75%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (77,66,0,71)
C77M66Y0K71 (77%, 66%, 0%, 71%)
(0.77 / 0.66 / 0.00 / 0.71)

CMYK percentages

%76.71
%65.75
%0
%71.37

Codes

Color #111949 in popluar color models

11 19 49
RGB 17 25 73
HSL 231° 62.22% 17.65%
HSB/HSV 231° 76.71% 28.63%
CMYK 76.71% 65.75% 0.00%
71.37%

Color #111949 in popluar number systems.

HEX 11 19 49
Decimal 17 25 73
Binary 10001 11001 1001001
Octal 21 31 111

Shades and tints

Shades of #111949

#111949
(17,25,73)
#101743
(16,23,67)
#0F153D
(15,21,61)
#0E1337
(14,19,55)
#0D1131
(13,17,49)
#0C0F2B
(12,15,43)
#0B0D25
(11,13,37)
#0A0B1F
(10,11,31)
#090919
(9,9,25)
#080713
(8,7,19)
#07050D
(7,5,13)
#000000
(0,0,0)

Tints of #111949

#111949
(17,25,73)
#262D59
(38,45,89)
#3B4169
(59,65,105)
#505579
(80,85,121)
#656989
(101,105,137)
#7A7D99
(122,125,153)
#8F91A9
(143,145,169)
#A4A5B9
(164,165,185)
#B9B9C9
(185,185,201)
#CECDD9
(206,205,217)
#E3E1E9
(227,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111949 color. Also use rgb(17,25,73) instead hex code.

Text Font Color

.myTextColor { color: #111949; }

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

This text font color is #111949.

Background Color

.myBgColor { background-color: #111949; }

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

This div background color is #111949.

Border color

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

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

This div border color is #111949.

Opacity

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

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

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

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

This text has shadow with #111949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111949.

Preview

Color preview on black background

This text has color #111949 on black background.


Color preview on white background

This text has color #111949 on white background.


Black color preview on #111949 background

This text has black color on #111949 background.


White color preview on #111949 background

This text has white color on #111949 background.


Related colors

Complementary color

Complementary color for #hex is #EEE6B6.


I love getcolorcode.com

Triadic colors

1 #491119 and #194911 with #111949 are triadic colors.

2 #491911 and #191149 with #111949 are triadic colors.