COLOR #112C83

HEX: #112C83
RGB: (17,44,131)

Color info

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

RGB color model

#112C83 color RGB value is (17,44,131).

  • red value is 17;
  • green value is 44;
  • blue value is 131.
RGB:
(17,44,131)
(7%,17%,51%)

RGB channels and saturation

R 17 of 255 = 7%
G 44 of 255 = 17%
B 131 of 255 = 51%

17
44
131

R + G + B ~ 25%. #112C83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 44 + 131 = 192 (100%)
R 17 of 192 ~ 8.85%
G 44 of 192 ~ 22.92%
B 131 of 192 ~ 68.23%

%22.92
%68.23

CMYK color model

#112C83 color CMYK value is (87,66,0,49).

  • cyan value is 87.02%
  • magenta value is 66.41%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(87,66,0,49)
C87M66Y0K49 
(87%,66%,0%,49%)
(0.87/0.66/0.00/0.49)	

CMYK percentages

%87.02
%66.41
%0
%48.63

Codes

Color #112C83 in popluar color models

112C83
RGB1744131
HSL226°77.03%29.02%
HSB/HSV226°87.02%51.37%
CMYK87.02%66.41%0.00%
48.63%

Color #112C83 in popluar number systems.

HEX112C83
Decimal1744131
Binary1000110110010000011
Octal2154203

Shades and tints

Shades of #112C83

#112C83
(17,44,131)
#102878
(16,40,120)
#0F246D
(15,36,109)
#0E2062
(14,32,98)
#0D1C57
(13,28,87)
#0C184C
(12,24,76)
#0B1441
(11,20,65)
#0A1036
(10,16,54)
#090C2B
(9,12,43)
#080820
(8,8,32)
#070415
(7,4,21)
#000000
(0,0,0)

Tints of #112C83

#112C83
(17,44,131)
#263F8E
(38,63,142)
#3B5299
(59,82,153)
#5065A4
(80,101,164)
#6578AF
(101,120,175)
#7A8BBA
(122,139,186)
#8F9EC5
(143,158,197)
#A4B1D0
(164,177,208)
#B9C4DB
(185,196,219)
#CED7E6
(206,215,230)
#E3EAF1
(227,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112C83 color. Also use rgb(17,44,131) instead hex code.

Text Font Color

.myTextColor { color: #112C83; }

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

This text font color is #112C83.


Background Color

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

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

This div background color is #112C83.


Border color

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

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

This div border color is #112C83.


Opacity

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

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

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

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

This text has shadow with #112C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112C83 on black background.


Color preview on white background

This text has color #112C83 on white background.



Black color preview on #112C83 background

This text has black color on #112C83 background.


White color preview on #112C83 background

This text has white color on #112C83 background.