COLOR #112B59

HEX: #112B59
RGB: (17,43,89)

Color info

#112B59 contains mainly green and blue colors. Web safe color of #112B59 is #003366 (or #036).

RGB color model

#112B59 color RGB value is (17,43,89).

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

RGB channels and saturation

R 17 of 255 = 7%
G 43 of 255 = 17%
B 89 of 255 = 35%

17
43
89

R + G + B ~ 20%. #112B59 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 43 + 89 = 149 (100%)
R 17 of 149 ~ 11.41%
G 43 of 149 ~ 28.86%
B 89 of 149 ~ 59.73%

%11.41
%28.86
%59.73

CMYK color model

#112B59 color CMYK value is (81,52,0,65).

  • cyan value is 80.90%
  • magenta value is 51.69%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(81,52,0,65)
C81M52Y0K65 
(81%,52%,0%,65%)
(0.81/0.52/0.00/0.65)	

CMYK percentages

%80.9
%51.69
%0
%65.1

Codes

Color #112B59 in popluar color models

112B59
RGB174389
HSL218°67.92%20.78%
HSB/HSV218°80.90%34.90%
CMYK80.90%51.69%0.00%
65.10%

Color #112B59 in popluar number systems.

HEX112B59
Decimal174389
Binary100011010111011001
Octal2153131

Shades and tints

Shades of #112B59

#112B59
(17,43,89)
#102851
(16,40,81)
#0F2549
(15,37,73)
#0E2241
(14,34,65)
#0D1F39
(13,31,57)
#0C1C31
(12,28,49)
#0B1929
(11,25,41)
#0A1621
(10,22,33)
#091319
(9,19,25)
#081011
(8,16,17)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #112B59

#112B59
(17,43,89)
#263E68
(38,62,104)
#3B5177
(59,81,119)
#506486
(80,100,134)
#657795
(101,119,149)
#7A8AA4
(122,138,164)
#8F9DB3
(143,157,179)
#A4B0C2
(164,176,194)
#B9C3D1
(185,195,209)
#CED6E0
(206,214,224)
#E3E9EF
(227,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112B59; }

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

This text font color is #112B59.


Background Color

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

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

This div background color is #112B59.


Border color

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

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

This div border color is #112B59.


Opacity

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

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

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

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

This text has shadow with #112B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112B59 on black background.


Color preview on white background

This text has color #112B59 on white background.



Black color preview on #112B59 background

This text has black color on #112B59 background.


White color preview on #112B59 background

This text has white color on #112B59 background.