COLOR #111B50

HEX: #111B50
RGB: (17,27,80)

Color info

#111B50 contains mainly green and blue colors. Web safe color of #111B50 is #003366 (or #036).

RGB color model

#111B50 color RGB value is (17,27,80).

  • red value is 17;
  • green value is 27;
  • blue value is 80.
RGB:
(17,27,80)
(7%,11%,31%)

RGB channels and saturation

R 17 of 255 = 7%
G 27 of 255 = 11%
B 80 of 255 = 31%

17
27
80

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

Portions of RGB colors in percentages

R + G + B =
17 + 27 + 80 = 124 (100%)
R 17 of 124 ~ 13.71%
G 27 of 124 ~ 21.77%
B 80 of 124 ~ 64.52%

%13.71
%21.77
%64.52

CMYK color model

#111B50 color CMYK value is (79,66,0,69).

  • cyan value is 78.75%
  • magenta value is 66.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(79,66,0,69)
C79M66Y0K69 
(79%,66%,0%,69%)
(0.79/0.66/0.00/0.69)	

CMYK percentages

%78.75
%66.25
%0
%68.63

Codes

Color #111B50 in popluar color models

111B50
RGB172780
HSL230°64.95%19.02%
HSB/HSV230°78.75%31.37%
CMYK78.75%66.25%0.00%
68.63%

Color #111B50 in popluar number systems.

HEX111B50
Decimal172780
Binary10001110111010000
Octal2133120

Shades and tints

Shades of #111B50

#111B50
(17,27,80)
#101949
(16,25,73)
#0F1742
(15,23,66)
#0E153B
(14,21,59)
#0D1334
(13,19,52)
#0C112D
(12,17,45)
#0B0F26
(11,15,38)
#0A0D1F
(10,13,31)
#090B18
(9,11,24)
#080911
(8,9,17)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #111B50

#111B50
(17,27,80)
#262F5F
(38,47,95)
#3B436E
(59,67,110)
#50577D
(80,87,125)
#656B8C
(101,107,140)
#7A7F9B
(122,127,155)
#8F93AA
(143,147,170)
#A4A7B9
(164,167,185)
#B9BBC8
(185,187,200)
#CECFD7
(206,207,215)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111B50; }

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

This text font color is #111B50.


Background Color

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

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

This div background color is #111B50.


Border color

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

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

This div border color is #111B50.


Opacity

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

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

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

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

This text has shadow with #111B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111B50 on black background.


Color preview on white background

This text has color #111B50 on white background.



Black color preview on #111B50 background

This text has black color on #111B50 background.


White color preview on #111B50 background

This text has white color on #111B50 background.