COLOR #111D59

HEX: #111D59 RGB: (17,29,89)

Color info

#111D59 contains mainly blue color. Web safe color of #111D59 is #003366 (or #036).

RGB color model

#111D59 color RGB value is (17,29,89).

RGB: (17,29,89) (7%, 11%, 35%)

RGB channels and saturation

R 17 of 255 = 7%
G 29 of 255 = 11%
B 89 of 255 = 35%

17
29
89

R + G + B ~ 18%. #111D59 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 29 + 89 = 135 (100%)
R 17 of 135 ~ 12.59%
G 29 of 135 ~ 21.48%
B 89 of 135 ~ 65.93'%

%12.59
%21.48
%65.93

CMYK color model

#111D59 color CMYK value is (81,67,0,65).

  • cyan value is 80.90%
  • magenta value is 67.42%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (81,67,0,65)
C81M67Y0K65 (81%, 67%, 0%, 65%)
(0.81 / 0.67 / 0.00 / 0.65)

CMYK percentages

%80.9
%67.42
%0
%65.1

Codes

Color #111D59 in popluar color models

11 1D 59
RGB 17 29 89
HSL 230° 67.92% 20.78%
HSB/HSV 230° 80.90% 34.90%
CMYK 80.90% 67.42% 0.00%
65.10%

Color #111D59 in popluar number systems.

HEX 11 1D 59
Decimal 17 29 89
Binary 10001 11101 1011001
Octal 21 35 131

Shades and tints

Shades of #111D59

#111D59
(17,29,89)
#101B51
(16,27,81)
#0F1949
(15,25,73)
#0E1741
(14,23,65)
#0D1539
(13,21,57)
#0C1331
(12,19,49)
#0B1129
(11,17,41)
#0A0F21
(10,15,33)
#090D19
(9,13,25)
#080B11
(8,11,17)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #111D59

#111D59
(17,29,89)
#263168
(38,49,104)
#3B4577
(59,69,119)
#505986
(80,89,134)
#656D95
(101,109,149)
#7A81A4
(122,129,164)
#8F95B3
(143,149,179)
#A4A9C2
(164,169,194)
#B9BDD1
(185,189,209)
#CED1E0
(206,209,224)
#E3E5EF
(227,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111D59 color. Also use rgb(17,29,89) instead hex code.

Text Font Color

.myTextColor { color: #111D59; }

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

This text font color is #111D59.

Background Color

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

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

This div background color is #111D59.

Border color

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

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

This div border color is #111D59.

Opacity

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

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

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

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

This text has shadow with #111D59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111D59.

Preview

Color preview on black background

This text has color #111D59 on black background.


Color preview on white background

This text has color #111D59 on white background.


Black color preview on #111D59 background

This text has black color on #111D59 background.


White color preview on #111D59 background

This text has white color on #111D59 background.


Related colors

Complementary color

Complementary color for #hex is #EEE2A6.


I love getcolorcode.com

Triadic colors

1 #59111D and #1D5911 with #111D59 are triadic colors.

2 #591D11 and #1D1159 with #111D59 are triadic colors.