COLOR #112B76

HEX: #112B76
RGB: (17,43,118)

Color info

#112B76 contains mainly blue color. Web safe color of #112B76 is #003366 (or #036).

RGB color model

#112B76 color RGB value is (17,43,118).

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

RGB channels and saturation

R 17 of 255 = 7%
G 43 of 255 = 17%
B 118 of 255 = 46%

17
43
118

R + G + B ~ 23%. #112B76 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 43 + 118 = 178 (100%)
R 17 of 178 ~ 9.55%
G 43 of 178 ~ 24.16%
B 118 of 178 ~ 66.29%

%9.55
%24.16
%66.29

CMYK color model

#112B76 color CMYK value is (86,64,0,54).

  • cyan value is 85.59%
  • magenta value is 63.56%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(86,64,0,54)
C86M64Y0K54 
(86%,64%,0%,54%)
(0.86/0.64/0.00/0.54)	

CMYK percentages

%85.59
%63.56
%0
%53.73

Codes

Color #112B76 in popluar color models

112B76
RGB1743118
HSL225°74.81%26.47%
HSB/HSV225°85.59%46.27%
CMYK85.59%63.56%0.00%
53.73%

Color #112B76 in popluar number systems.

HEX112B76
Decimal1743118
Binary100011010111110110
Octal2153166

Shades and tints

Shades of #112B76

#112B76
(17,43,118)
#10286C
(16,40,108)
#0F2562
(15,37,98)
#0E2258
(14,34,88)
#0D1F4E
(13,31,78)
#0C1C44
(12,28,68)
#0B193A
(11,25,58)
#0A1630
(10,22,48)
#091326
(9,19,38)
#08101C
(8,16,28)
#070D12
(7,13,18)
#000000
(0,0,0)

Tints of #112B76

#112B76
(17,43,118)
#263E82
(38,62,130)
#3B518E
(59,81,142)
#50649A
(80,100,154)
#6577A6
(101,119,166)
#7A8AB2
(122,138,178)
#8F9DBE
(143,157,190)
#A4B0CA
(164,176,202)
#B9C3D6
(185,195,214)
#CED6E2
(206,214,226)
#E3E9EE
(227,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112B76; }

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

This text font color is #112B76.


Background Color

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

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

This div background color is #112B76.


Border color

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

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

This div border color is #112B76.


Opacity

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

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

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

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

This text has shadow with #112B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112B76 on black background.


Color preview on white background

This text has color #112B76 on white background.



Black color preview on #112B76 background

This text has black color on #112B76 background.


White color preview on #112B76 background

This text has white color on #112B76 background.