COLOR #112855

HEX: #112855
RGB: (17,40,85)

Color info

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

RGB color model

#112855 color RGB value is (17,40,85).

  • red value is 17;
  • green value is 40;
  • blue value is 85.
RGB:
(17,40,85)
(7%,16%,33%)

RGB channels and saturation

R 17 of 255 = 7%
G 40 of 255 = 16%
B 85 of 255 = 33%

17
40
85

R + G + B ~ 19%. #112855 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 40 + 85 = 142 (100%)
R 17 of 142 ~ 11.97%
G 40 of 142 ~ 28.17%
B 85 of 142 ~ 59.86%

%11.97
%28.17
%59.86

CMYK color model

#112855 color CMYK value is (80,53,0,67).

  • cyan value is 80.00%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(80,53,0,67)
C80M53Y0K67 
(80%,53%,0%,67%)
(0.80/0.53/0.00/0.67)	

CMYK percentages

%80
%52.94
%0
%66.67

Codes

Color #112855 in popluar color models

112855
RGB174085
HSL220°66.67%20.00%
HSB/HSV220°80.00%33.33%
CMYK80.00%52.94%0.00%
66.67%

Color #112855 in popluar number systems.

HEX112855
Decimal174085
Binary100011010001010101
Octal2150125

Shades and tints

Shades of #112855

#112855
(17,40,85)
#10254E
(16,37,78)
#0F2247
(15,34,71)
#0E1F40
(14,31,64)
#0D1C39
(13,28,57)
#0C1932
(12,25,50)
#0B162B
(11,22,43)
#0A1324
(10,19,36)
#09101D
(9,16,29)
#080D16
(8,13,22)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #112855

#112855
(17,40,85)
#263B64
(38,59,100)
#3B4E73
(59,78,115)
#506182
(80,97,130)
#657491
(101,116,145)
#7A87A0
(122,135,160)
#8F9AAF
(143,154,175)
#A4ADBE
(164,173,190)
#B9C0CD
(185,192,205)
#CED3DC
(206,211,220)
#E3E6EB
(227,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112855 color. Also use rgb(17,40,85) instead hex code.

Text Font Color

.myTextColor { color: #112855; }

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

This text font color is #112855.


Background Color

.myBgColor { background-color: #112855; }

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

This div background color is #112855.


Border color

.myBorderColor { border: 1px solid #112855; }

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

This div border color is #112855.


Opacity

.myOpacity80 { color: #112855; opacity: 0.8; }

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

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

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

This text has shadow with #112855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112855 on black background.


Color preview on white background

This text has color #112855 on white background.



Black color preview on #112855 background

This text has black color on #112855 background.


White color preview on #112855 background

This text has white color on #112855 background.