COLOR #11195E

HEX: #11195E
RGB: (17,25,94)

Color info

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

RGB color model

#11195E color RGB value is (17,25,94).

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

RGB channels and saturation

R 17 of 255 = 7%
G 25 of 255 = 10%
B 94 of 255 = 37%

17
25
94

R + G + B ~ 18%. #11195E is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 25 + 94 = 136 (100%)
R 17 of 136 ~ 12.5%
G 25 of 136 ~ 18.38%
B 94 of 136 ~ 69.12%

%12.5
%18.38
%69.12

CMYK color model

#11195E color CMYK value is (82,73,0,63).

  • cyan value is 81.91%
  • magenta value is 73.40%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(82,73,0,63)
C82M73Y0K63 
(82%,73%,0%,63%)
(0.82/0.73/0.00/0.63)	

CMYK percentages

%81.91
%73.4
%0
%63.14

Codes

Color #11195E in popluar color models

11195E
RGB172594
HSL234°69.37%21.76%
HSB/HSV234°81.91%36.86%
CMYK81.91%73.40%0.00%
63.14%

Color #11195E in popluar number systems.

HEX11195E
Decimal172594
Binary10001110011011110
Octal2131136

Shades and tints

Shades of #11195E

#11195E
(17,25,94)
#101756
(16,23,86)
#0F154E
(15,21,78)
#0E1346
(14,19,70)
#0D113E
(13,17,62)
#0C0F36
(12,15,54)
#0B0D2E
(11,13,46)
#0A0B26
(10,11,38)
#09091E
(9,9,30)
#080716
(8,7,22)
#07050E
(7,5,14)
#000000
(0,0,0)

Tints of #11195E

#11195E
(17,25,94)
#262D6C
(38,45,108)
#3B417A
(59,65,122)
#505588
(80,85,136)
#656996
(101,105,150)
#7A7DA4
(122,125,164)
#8F91B2
(143,145,178)
#A4A5C0
(164,165,192)
#B9B9CE
(185,185,206)
#CECDDC
(206,205,220)
#E3E1EA
(227,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11195E color. Also use rgb(17,25,94) instead hex code.

Text Font Color

.myTextColor { color: #11195E; }

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

This text font color is #11195E.


Background Color

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

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

This div background color is #11195E.


Border color

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

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

This div border color is #11195E.


Opacity

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

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

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

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

This text has shadow with #11195E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11195E on black background.


Color preview on white background

This text has color #11195E on white background.



Black color preview on #11195E background

This text has black color on #11195E background.


White color preview on #11195E background

This text has white color on #11195E background.