COLOR #112991

HEX: #112991
RGB: (17,41,145)

Color info

#112991 contains mainly blue color. Web safe color of #112991 is #003399 (or #039).

RGB color model

#112991 color RGB value is (17,41,145).

  • red value is 17;
  • green value is 41;
  • blue value is 145.
RGB:
(17,41,145)
(7%,16%,57%)

RGB channels and saturation

R 17 of 255 = 7%
G 41 of 255 = 16%
B 145 of 255 = 57%

17
41
145

R + G + B ~ 27%. #112991 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 41 + 145 = 203 (100%)
R 17 of 203 ~ 8.37%
G 41 of 203 ~ 20.2%
B 145 of 203 ~ 71.43%

%20.2
%71.43

CMYK color model

#112991 color CMYK value is (88,72,0,43).

  • cyan value is 88.28%
  • magenta value is 71.72%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(88,72,0,43)
C88M72Y0K43 
(88%,72%,0%,43%)
(0.88/0.72/0.00/0.43)	

CMYK percentages

%88.28
%71.72
%0
%43.14

Codes

Color #112991 in popluar color models

112991
RGB1741145
HSL229°79.01%31.76%
HSB/HSV229°88.28%56.86%
CMYK88.28%71.72%0.00%
43.14%

Color #112991 in popluar number systems.

HEX112991
Decimal1741145
Binary1000110100110010001
Octal2151221

Shades and tints

Shades of #112991

#112991
(17,41,145)
#102684
(16,38,132)
#0F2377
(15,35,119)
#0E206A
(14,32,106)
#0D1D5D
(13,29,93)
#0C1A50
(12,26,80)
#0B1743
(11,23,67)
#0A1436
(10,20,54)
#091129
(9,17,41)
#080E1C
(8,14,28)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #112991

#112991
(17,41,145)
#263C9B
(38,60,155)
#3B4FA5
(59,79,165)
#5062AF
(80,98,175)
#6575B9
(101,117,185)
#7A88C3
(122,136,195)
#8F9BCD
(143,155,205)
#A4AED7
(164,174,215)
#B9C1E1
(185,193,225)
#CED4EB
(206,212,235)
#E3E7F5
(227,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112991 color. Also use rgb(17,41,145) instead hex code.

Text Font Color

.myTextColor { color: #112991; }

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

This text font color is #112991.


Background Color

.myBgColor { background-color: #112991; }

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

This div background color is #112991.


Border color

.myBorderColor { border: 1px solid #112991; }

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

This div border color is #112991.


Opacity

.myOpacity80 { color: #112991; opacity: 0.8; }

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

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

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

This text has shadow with #112991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112991 on black background.


Color preview on white background

This text has color #112991 on white background.



Black color preview on #112991 background

This text has black color on #112991 background.


White color preview on #112991 background

This text has white color on #112991 background.