COLOR #11124E

HEX: #11124E
RGB: (17,18,78)

Color info

#11124E contains mainly blue color. Web safe color of #11124E is #000066 (or #006).

RGB color model

#11124E color RGB value is (17,18,78).

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

RGB channels and saturation

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

17
18
78

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

Portions of RGB colors in percentages

R + G + B =
17 + 18 + 78 = 113 (100%)
R 17 of 113 ~ 15.04%
G 18 of 113 ~ 15.93%
B 78 of 113 ~ 69.03%

%15.04
%15.93
%69.03

CMYK color model

#11124E color CMYK value is (78,77,0,69).

  • cyan value is 78.21%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(78,77,0,69)
C78M77Y0K69 
(78%,77%,0%,69%)
(0.78/0.77/0.00/0.69)	

CMYK percentages

%78.21
%76.92
%0
%69.41

Codes

Color #11124E in popluar color models

11124E
RGB171878
HSL239°64.21%18.63%
HSB/HSV239°78.21%30.59%
CMYK78.21%76.92%0.00%
69.41%

Color #11124E in popluar number systems.

HEX11124E
Decimal171878
Binary10001100101001110
Octal2122116

Shades and tints

Shades of #11124E

#11124E
(17,18,78)
#101147
(16,17,71)
#0F1040
(15,16,64)
#0E0F39
(14,15,57)
#0D0E32
(13,14,50)
#0C0D2B
(12,13,43)
#0B0C24
(11,12,36)
#0A0B1D
(10,11,29)
#090A16
(9,10,22)
#08090F
(8,9,15)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #11124E

#11124E
(17,18,78)
#26275E
(38,39,94)
#3B3C6E
(59,60,110)
#50517E
(80,81,126)
#65668E
(101,102,142)
#7A7B9E
(122,123,158)
#8F90AE
(143,144,174)
#A4A5BE
(164,165,190)
#B9BACE
(185,186,206)
#CECFDE
(206,207,222)
#E3E4EE
(227,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11124E; }

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

This text font color is #11124E.


Background Color

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

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

This div background color is #11124E.


Border color

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

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

This div border color is #11124E.


Opacity

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

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

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

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

This text has shadow with #11124E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11124E on black background.


Color preview on white background

This text has color #11124E on white background.



Black color preview on #11124E background

This text has black color on #11124E background.


White color preview on #11124E background

This text has white color on #11124E background.