COLOR #11092E

HEX: #11092E
RGB: (17,9,46)

Color info

#11092E contains red, green and blue colors in about the same proportion. Web safe color of #11092E is #000033 (or #003).

RGB color model

#11092E color RGB value is (17,9,46).

  • red value is 17;
  • green value is 9;
  • blue value is 46.
RGB:
(17,9,46)
(7%,4%,18%)

RGB channels and saturation

R 17 of 255 = 7%
G 9 of 255 = 4%
B 46 of 255 = 18%

17
9
46

R + G + B ~ 10%. #11092E is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 9 + 46 = 72 (100%)
R 17 of 72 ~ 23.61%
G 9 of 72 ~ 12.5%
B 46 of 72 ~ 63.89%

%23.61
%12.5
%63.89

CMYK color model

#11092E color CMYK value is (63,80,0,82).

  • cyan value is 63.04%
  • magenta value is 80.43%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(63,80,0,82)
C63M80Y0K82 
(63%,80%,0%,82%)
(0.63/0.80/0.00/0.82)	

CMYK percentages

%63.04
%80.43
%0
%81.96

Codes

Color #11092E in popluar color models

11092E
RGB17946
HSL253°67.27%10.78%
HSB/HSV253°80.43%18.04%
CMYK63.04%80.43%0.00%
81.96%

Color #11092E in popluar number systems.

HEX11092E
Decimal17946
Binary100011001101110
Octal211156

Shades and tints

Shades of #11092E

#11092E
(17,9,46)
#10092A
(16,9,42)
#0F0926
(15,9,38)
#0E0922
(14,9,34)
#0D091E
(13,9,30)
#0C091A
(12,9,26)
#0B0916
(11,9,22)
#0A0912
(10,9,18)
#09090E
(9,9,14)
#08090A
(8,9,10)
#070906
(7,9,6)
#000000
(0,0,0)

Tints of #11092E

#11092E
(17,9,46)
#261F41
(38,31,65)
#3B3554
(59,53,84)
#504B67
(80,75,103)
#65617A
(101,97,122)
#7A778D
(122,119,141)
#8F8DA0
(143,141,160)
#A4A3B3
(164,163,179)
#B9B9C6
(185,185,198)
#CECFD9
(206,207,217)
#E3E5EC
(227,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11092E color. Also use rgb(17,9,46) instead hex code.

Text Font Color

.myTextColor { color: #11092E; }

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

This text font color is #11092E.


Background Color

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

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

This div background color is #11092E.


Border color

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

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

This div border color is #11092E.


Opacity

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

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

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

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

This text has shadow with #11092E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11092E on black background.


Color preview on white background

This text has color #11092E on white background.



Black color preview on #11092E background

This text has black color on #11092E background.


White color preview on #11092E background

This text has white color on #11092E background.