COLOR #11084E

HEX: #11084E
RGB: (17,8,78)

Color info

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

RGB color model

#11084E color RGB value is (17,8,78).

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

RGB channels and saturation

R 17 of 255 = 7%
G 8 of 255 = 3%
B 78 of 255 = 31%

17
8
78

R + G + B ~ 14%. #11084E is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 8 + 78 = 103 (100%)
R 17 of 103 ~ 16.5%
G 8 of 103 ~ 7.77%
B 78 of 103 ~ 75.73%

%16.5
%75.73

CMYK color model

#11084E color CMYK value is (78,90,0,69).

  • cyan value is 78.21%
  • magenta value is 89.74%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(78,90,0,69)
C78M90Y0K69 
(78%,90%,0%,69%)
(0.78/0.90/0.00/0.69)	

CMYK percentages

%78.21
%89.74
%0
%69.41

Codes

Color #11084E in popluar color models

11084E
RGB17878
HSL248°81.40%16.86%
HSB/HSV248°89.74%30.59%
CMYK78.21%89.74%0.00%
69.41%

Color #11084E in popluar number systems.

HEX11084E
Decimal17878
Binary1000110001001110
Octal2110116

Shades and tints

Shades of #11084E

#11084E
(17,8,78)
#100847
(16,8,71)
#0F0840
(15,8,64)
#0E0839
(14,8,57)
#0D0832
(13,8,50)
#0C082B
(12,8,43)
#0B0824
(11,8,36)
#0A081D
(10,8,29)
#090816
(9,8,22)
#08080F
(8,8,15)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #11084E

#11084E
(17,8,78)
#261E5E
(38,30,94)
#3B346E
(59,52,110)
#504A7E
(80,74,126)
#65608E
(101,96,142)
#7A769E
(122,118,158)
#8F8CAE
(143,140,174)
#A4A2BE
(164,162,190)
#B9B8CE
(185,184,206)
#CECEDE
(206,206,222)
#E3E4EE
(227,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11084E; }

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

This text font color is #11084E.


Background Color

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

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

This div background color is #11084E.


Border color

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

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

This div border color is #11084E.


Opacity

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

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

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

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

This text has shadow with #11084E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11084E on black background.


Color preview on white background

This text has color #11084E on white background.



Black color preview on #11084E background

This text has black color on #11084E background.


White color preview on #11084E background

This text has white color on #11084E background.