COLOR #112C61

HEX: #112C61
RGB: (17,44,97)

Color info

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

RGB color model

#112C61 color RGB value is (17,44,97).

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

RGB channels and saturation

R 17 of 255 = 7%
G 44 of 255 = 17%
B 97 of 255 = 38%

17
44
97

R + G + B ~ 21%. #112C61 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 44 + 97 = 158 (100%)
R 17 of 158 ~ 10.76%
G 44 of 158 ~ 27.85%
B 97 of 158 ~ 61.39%

%10.76
%27.85
%61.39

CMYK color model

#112C61 color CMYK value is (82,55,0,62).

  • cyan value is 82.47%
  • magenta value is 54.64%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(82,55,0,62)
C82M55Y0K62 
(82%,55%,0%,62%)
(0.82/0.55/0.00/0.62)	

CMYK percentages

%82.47
%54.64
%0
%61.96

Codes

Color #112C61 in popluar color models

112C61
RGB174497
HSL220°70.18%22.35%
HSB/HSV220°82.47%38.04%
CMYK82.47%54.64%0.00%
61.96%

Color #112C61 in popluar number systems.

HEX112C61
Decimal174497
Binary100011011001100001
Octal2154141

Shades and tints

Shades of #112C61

#112C61
(17,44,97)
#102859
(16,40,89)
#0F2451
(15,36,81)
#0E2049
(14,32,73)
#0D1C41
(13,28,65)
#0C1839
(12,24,57)
#0B1431
(11,20,49)
#0A1029
(10,16,41)
#090C21
(9,12,33)
#080819
(8,8,25)
#070411
(7,4,17)
#000000
(0,0,0)

Tints of #112C61

#112C61
(17,44,97)
#263F6F
(38,63,111)
#3B527D
(59,82,125)
#50658B
(80,101,139)
#657899
(101,120,153)
#7A8BA7
(122,139,167)
#8F9EB5
(143,158,181)
#A4B1C3
(164,177,195)
#B9C4D1
(185,196,209)
#CED7DF
(206,215,223)
#E3EAED
(227,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112C61; }

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

This text font color is #112C61.


Background Color

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

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

This div background color is #112C61.


Border color

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

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

This div border color is #112C61.


Opacity

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

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

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

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

This text has shadow with #112C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112C61 on black background.


Color preview on white background

This text has color #112C61 on white background.



Black color preview on #112C61 background

This text has black color on #112C61 background.


White color preview on #112C61 background

This text has white color on #112C61 background.