COLOR #111E46

HEX: #111E46 RGB: (17,30,70)

Color info

#111E46 contains red, green and blue colors in about the same proportion. Web safe color of #111E46 is #003333 (or #033).

RGB color model

#111E46 color RGB value is (17,30,70).

RGB: (17,30,70) (7%, 12%, 27%)

RGB channels and saturation

R 17 of 255 = 7%
G 30 of 255 = 12%
B 70 of 255 = 27%

17
30
70

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

Portions of RGB colors in percentages

R + G + B = 17 + 30 + 70 = 117 (100%)
R 17 of 117 ~ 14.53%
G 30 of 117 ~ 25.64%
B 70 of 117 ~ 59.83'%

%14.53
%25.64
%59.83

CMYK color model

#111E46 color CMYK value is (76,57,0,73).

  • cyan value is 75.71%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (76,57,0,73)
C76M57Y0K73 (76%, 57%, 0%, 73%)
(0.76 / 0.57 / 0.00 / 0.73)

CMYK percentages

%75.71
%57.14
%0
%72.55

Codes

Color #111E46 in popluar color models

11 1E 46
RGB 17 30 70
HSL 225° 60.92% 17.06%
HSB/HSV 225° 75.71% 27.45%
CMYK 75.71% 57.14% 0.00%
72.55%

Color #111E46 in popluar number systems.

HEX 11 1E 46
Decimal 17 30 70
Binary 10001 11110 1000110
Octal 21 36 106

Shades and tints

Shades of #111E46

#111E46
(17,30,70)
#101C40
(16,28,64)
#0F1A3A
(15,26,58)
#0E1834
(14,24,52)
#0D162E
(13,22,46)
#0C1428
(12,20,40)
#0B1222
(11,18,34)
#0A101C
(10,16,28)
#090E16
(9,14,22)
#080C10
(8,12,16)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #111E46

#111E46
(17,30,70)
#263256
(38,50,86)
#3B4666
(59,70,102)
#505A76
(80,90,118)
#656E86
(101,110,134)
#7A8296
(122,130,150)
#8F96A6
(143,150,166)
#A4AAB6
(164,170,182)
#B9BEC6
(185,190,198)
#CED2D6
(206,210,214)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111E46 color. Also use rgb(17,30,70) instead hex code.

Text Font Color

.myTextColor { color: #111E46; }

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

This text font color is #111E46.

Background Color

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

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

This div background color is #111E46.

Border color

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

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

This div border color is #111E46.

Opacity

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

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

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

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

This text has shadow with #111E46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111E46.

Preview

Color preview on black background

This text has color #111E46 on black background.


Color preview on white background

This text has color #111E46 on white background.


Black color preview on #111E46 background

This text has black color on #111E46 background.


White color preview on #111E46 background

This text has white color on #111E46 background.


Related colors

Complementary color

Complementary color for #hex is #EEE1B9.


I love getcolorcode.com

Triadic colors

1 #46111E and #1E4611 with #111E46 are triadic colors.

2 #461E11 and #1E1146 with #111E46 are triadic colors.