COLOR #11134E

HEX: #11134E
RGB: (17,19,78)

Color info

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

RGB color model

#11134E color RGB value is (17,19,78).

  • red value is 17;
  • green value is 19;
  • blue value is 78.
RGB:
(17,19,78)
(7%,7%,31%)

RGB channels and saturation

R 17 of 255 = 7%
G 19 of 255 = 7%
B 78 of 255 = 31%

17
19
78

R + G + B ~ 15%. #11134E is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 19 + 78 = 114 (100%)
R 17 of 114 ~ 14.91%
G 19 of 114 ~ 16.67%
B 78 of 114 ~ 68.42%

%14.91
%16.67
%68.42

CMYK color model

#11134E color CMYK value is (78,76,0,69).

  • cyan value is 78.21%
  • magenta value is 75.64%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(78,76,0,69)
C78M76Y0K69 
(78%,76%,0%,69%)
(0.78/0.76/0.00/0.69)	

CMYK percentages

%78.21
%75.64
%0
%69.41

Codes

Color #11134E in popluar color models

11134E
RGB171978
HSL238°64.21%18.63%
HSB/HSV238°78.21%30.59%
CMYK78.21%75.64%0.00%
69.41%

Color #11134E in popluar number systems.

HEX11134E
Decimal171978
Binary10001100111001110
Octal2123116

Shades and tints

Shades of #11134E

#11134E
(17,19,78)
#101247
(16,18,71)
#0F1140
(15,17,64)
#0E1039
(14,16,57)
#0D0F32
(13,15,50)
#0C0E2B
(12,14,43)
#0B0D24
(11,13,36)
#0A0C1D
(10,12,29)
#090B16
(9,11,22)
#080A0F
(8,10,15)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #11134E

#11134E
(17,19,78)
#26285E
(38,40,94)
#3B3D6E
(59,61,110)
#50527E
(80,82,126)
#65678E
(101,103,142)
#7A7C9E
(122,124,158)
#8F91AE
(143,145,174)
#A4A6BE
(164,166,190)
#B9BBCE
(185,187,206)
#CED0DE
(206,208,222)
#E3E5EE
(227,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11134E color. Also use rgb(17,19,78) instead hex code.

Text Font Color

.myTextColor { color: #11134E; }

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

This text font color is #11134E.


Background Color

.myBgColor { background-color: #11134E; }

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

This div background color is #11134E.


Border color

.myBorderColor { border: 1px solid #11134E; }

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

This div border color is #11134E.


Opacity

.myOpacity80 { color: #11134E; opacity: 0.8; }

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

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

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

This text has shadow with #11134E color.

.textShadow {text-shadow: 3px 3px 1px #11134E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11134E on black background.


Color preview on white background

This text has color #11134E on white background.



Black color preview on #11134E background

This text has black color on #11134E background.


White color preview on #11134E background

This text has white color on #11134E background.