COLOR #112B90

HEX: #112B90
RGB: (17,43,144)

Color info

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

RGB color model

#112B90 color RGB value is (17,43,144).

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

RGB channels and saturation

R 17 of 255 = 7%
G 43 of 255 = 17%
B 144 of 255 = 56%

17
43
144

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

Portions of RGB colors in percentages

R + G + B =
17 + 43 + 144 = 204 (100%)
R 17 of 204 ~ 8.33%
G 43 of 204 ~ 21.08%
B 144 of 204 ~ 70.59%

%21.08
%70.59

CMYK color model

#112B90 color CMYK value is (88,70,0,44).

  • cyan value is 88.19%
  • magenta value is 70.14%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(88,70,0,44)
C88M70Y0K44 
(88%,70%,0%,44%)
(0.88/0.70/0.00/0.44)	

CMYK percentages

%88.19
%70.14
%0
%43.53

Codes

Color #112B90 in popluar color models

112B90
RGB1743144
HSL228°78.88%31.57%
HSB/HSV228°88.19%56.47%
CMYK88.19%70.14%0.00%
43.53%

Color #112B90 in popluar number systems.

HEX112B90
Decimal1743144
Binary1000110101110010000
Octal2153220

Shades and tints

Shades of #112B90

#112B90
(17,43,144)
#102883
(16,40,131)
#0F2576
(15,37,118)
#0E2269
(14,34,105)
#0D1F5C
(13,31,92)
#0C1C4F
(12,28,79)
#0B1942
(11,25,66)
#0A1635
(10,22,53)
#091328
(9,19,40)
#08101B
(8,16,27)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #112B90

#112B90
(17,43,144)
#263E9A
(38,62,154)
#3B51A4
(59,81,164)
#5064AE
(80,100,174)
#6577B8
(101,119,184)
#7A8AC2
(122,138,194)
#8F9DCC
(143,157,204)
#A4B0D6
(164,176,214)
#B9C3E0
(185,195,224)
#CED6EA
(206,214,234)
#E3E9F4
(227,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112B90 color. Also use rgb(17,43,144) instead hex code.

Text Font Color

.myTextColor { color: #112B90; }

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

This text font color is #112B90.


Background Color

.myBgColor { background-color: #112B90; }

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

This div background color is #112B90.


Border color

.myBorderColor { border: 1px solid #112B90; }

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

This div border color is #112B90.


Opacity

.myOpacity80 { color: #112B90; opacity: 0.8; }

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

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

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

This text has shadow with #112B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112B90 on black background.


Color preview on white background

This text has color #112B90 on white background.



Black color preview on #112B90 background

This text has black color on #112B90 background.


White color preview on #112B90 background

This text has white color on #112B90 background.