COLOR #11192B

HEX: #11192B
RGB: (17,25,43)

Color info

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

RGB color model

#11192B color RGB value is (17,25,43).

  • red value is 17;
  • green value is 25;
  • blue value is 43.
RGB:
(17,25,43)
(7%,10%,17%)

RGB channels and saturation

R 17 of 255 = 7%
G 25 of 255 = 10%
B 43 of 255 = 17%

17
25
43

R + G + B ~ 11%. #11192B is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 25 + 43 = 85 (100%)
R 17 of 85 ~ 20%
G 25 of 85 ~ 29.41%
B 43 of 85 ~ 50.59%

%20
%29.41
%50.59

CMYK color model

#11192B color CMYK value is (60,42,0,83).

  • cyan value is 60.47%
  • magenta value is 41.86%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(60,42,0,83)
C60M42Y0K83 
(60%,42%,0%,83%)
(0.60/0.42/0.00/0.83)	

CMYK percentages

%60.47
%41.86
%0
%83.14

Codes

Color #11192B in popluar color models

11192B
RGB172543
HSL222°43.33%11.76%
HSB/HSV222°60.47%16.86%
CMYK60.47%41.86%0.00%
83.14%

Color #11192B in popluar number systems.

HEX11192B
Decimal172543
Binary1000111001101011
Octal213153

Shades and tints

Shades of #11192B

#11192B
(17,25,43)
#101728
(16,23,40)
#0F1525
(15,21,37)
#0E1322
(14,19,34)
#0D111F
(13,17,31)
#0C0F1C
(12,15,28)
#0B0D19
(11,13,25)
#0A0B16
(10,11,22)
#090913
(9,9,19)
#080710
(8,7,16)
#07050D
(7,5,13)
#000000
(0,0,0)

Tints of #11192B

#11192B
(17,25,43)
#262D3E
(38,45,62)
#3B4151
(59,65,81)
#505564
(80,85,100)
#656977
(101,105,119)
#7A7D8A
(122,125,138)
#8F919D
(143,145,157)
#A4A5B0
(164,165,176)
#B9B9C3
(185,185,195)
#CECDD6
(206,205,214)
#E3E1E9
(227,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11192B color. Also use rgb(17,25,43) instead hex code.

Text Font Color

.myTextColor { color: #11192B; }

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

This text font color is #11192B.


Background Color

.myBgColor { background-color: #11192B; }

<div style="background-color:#11192B">Inner text</div>

This div background color is #11192B.


Border color

.myBorderColor { border: 1px solid #11192B; }

<div style="border:3px solid #11192B">Div</div>

This div border color is #11192B.


Opacity

.myOpacity80 { color: #11192B; opacity: 0.8; }

<p style="color:#11192B;opacity:0.8;">80%</p>

Text with #11192B 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 #11192B;}

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

This text has shadow with #11192B color.

.textShadow {text-shadow: 3px 3px 1px #11192B, 3px 3px 1px red;}

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

This text has shadow with #11192B primary color and red secondary color.


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

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

This text has shadow with #11192B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11192B on black background.


Color preview on white background

This text has color #11192B on white background.



Black color preview on #11192B background

This text has black color on #11192B background.


White color preview on #11192B background

This text has white color on #11192B background.