COLOR #111D58

HEX: #111D58 RGB: (17,29,88)

Color info

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

RGB color model

#111D58 color RGB value is (17,29,88).

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

RGB channels and saturation

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

17
29
88

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

Portions of RGB colors in percentages

R + G + B = 17 + 29 + 88 = 134 (100%)
R 17 of 134 ~ 12.69%
G 29 of 134 ~ 21.64%
B 88 of 134 ~ 65.67'%

%12.69
%21.64
%65.67

CMYK color model

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

  • cyan value is 80.68%
  • magenta value is 67.05%
  • yellow value is 0.00%
  • key color value is 65.49%

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

CMYK percentages

%80.68
%67.05
%0
%65.49

Codes

Color #111D58 in popluar color models

11 1D 58
RGB 17 29 88
HSL 230° 67.62% 20.59%
HSB/HSV 230° 80.68% 34.51%
CMYK 80.68% 67.05% 0.00%
65.49%

Color #111D58 in popluar number systems.

HEX 11 1D 58
Decimal 17 29 88
Binary 10001 11101 1011000
Octal 21 35 130

Shades and tints

Shades of #111D58

#111D58
(17,29,88)
#101B50
(16,27,80)
#0F1948
(15,25,72)
#0E1740
(14,23,64)
#0D1538
(13,21,56)
#0C1330
(12,19,48)
#0B1128
(11,17,40)
#0A0F20
(10,15,32)
#090D18
(9,13,24)
#080B10
(8,11,16)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #111D58

#111D58
(17,29,88)
#263167
(38,49,103)
#3B4576
(59,69,118)
#505985
(80,89,133)
#656D94
(101,109,148)
#7A81A3
(122,129,163)
#8F95B2
(143,149,178)
#A4A9C1
(164,169,193)
#B9BDD0
(185,189,208)
#CED1DF
(206,209,223)
#E3E5EE
(227,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111D58; }

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

This text font color is #111D58.

Background Color

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

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

This div background color is #111D58.

Border color

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

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

This div border color is #111D58.

Opacity

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

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

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

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

This text has shadow with #111D58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111D58.

Preview

Color preview on black background

This text has color #111D58 on black background.


Color preview on white background

This text has color #111D58 on white background.


Black color preview on #111D58 background

This text has black color on #111D58 background.


White color preview on #111D58 background

This text has white color on #111D58 background.


Related colors

Complementary color

Complementary color for #hex is #EEE2A7.


I love getcolorcode.com

Triadic colors

1 #58111D and #1D5811 with #111D58 are triadic colors.

2 #581D11 and #1D1158 with #111D58 are triadic colors.