COLOR #111950

HEX: #111950 RGB: (17,25,80)

Color info

#111950 contains mainly green and blue colors. Web safe color of #111950 is #000066 (or #006).

RGB color model

#111950 color RGB value is (17,25,80).

RGB: (17,25,80) (7%, 10%, 31%)

RGB channels and saturation

R 17 of 255 = 7%
G 25 of 255 = 10%
B 80 of 255 = 31%

17
25
80

R + G + B ~ 16%. #111950 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 25 + 80 = 122 (100%)
R 17 of 122 ~ 13.93%
G 25 of 122 ~ 20.49%
B 80 of 122 ~ 65.57'%

%13.93
%20.49
%65.57

CMYK color model

#111950 color CMYK value is (79,69,0,69).

  • cyan value is 78.75%
  • magenta value is 68.75%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (79,69,0,69)
C79M69Y0K69 (79%, 69%, 0%, 69%)
(0.79 / 0.69 / 0.00 / 0.69)

CMYK percentages

%78.75
%68.75
%0
%68.63

Codes

Color #111950 in popluar color models

11 19 50
RGB 17 25 80
HSL 232° 64.95% 19.02%
HSB/HSV 232° 78.75% 31.37%
CMYK 78.75% 68.75% 0.00%
68.63%

Color #111950 in popluar number systems.

HEX 11 19 50
Decimal 17 25 80
Binary 10001 11001 1010000
Octal 21 31 120

Shades and tints

Shades of #111950

#111950
(17,25,80)
#101749
(16,23,73)
#0F1542
(15,21,66)
#0E133B
(14,19,59)
#0D1134
(13,17,52)
#0C0F2D
(12,15,45)
#0B0D26
(11,13,38)
#0A0B1F
(10,11,31)
#090918
(9,9,24)
#080711
(8,7,17)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #111950

#111950
(17,25,80)
#262D5F
(38,45,95)
#3B416E
(59,65,110)
#50557D
(80,85,125)
#65698C
(101,105,140)
#7A7D9B
(122,125,155)
#8F91AA
(143,145,170)
#A4A5B9
(164,165,185)
#B9B9C8
(185,185,200)
#CECDD7
(206,205,215)
#E3E1E6
(227,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111950; }

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

This text font color is #111950.

Background Color

.myBgColor { background-color: #111950; }

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

This div background color is #111950.

Border color

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

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

This div border color is #111950.

Opacity

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

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

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

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

This text has shadow with #111950 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111950.

Preview

Color preview on black background

This text has color #111950 on black background.


Color preview on white background

This text has color #111950 on white background.


Black color preview on #111950 background

This text has black color on #111950 background.


White color preview on #111950 background

This text has white color on #111950 background.


Related colors

Complementary color

Complementary color for #hex is #EEE6AF.


I love getcolorcode.com

Triadic colors

1 #501119 and #195011 with #111950 are triadic colors.

2 #501911 and #191150 with #111950 are triadic colors.