COLOR #112A56

HEX: #112A56 RGB: (17,42,86)

Color info

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

RGB color model

#112A56 color RGB value is (17,42,86).

RGB: (17,42,86) (7%, 16%, 34%)

RGB channels and saturation

R 17 of 255 = 7%
G 42 of 255 = 16%
B 86 of 255 = 34%

17
42
86

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

Portions of RGB colors in percentages

R + G + B = 17 + 42 + 86 = 145 (100%)
R 17 of 145 ~ 11.72%
G 42 of 145 ~ 28.97%
B 86 of 145 ~ 59.31'%

%11.72
%28.97
%59.31

CMYK color model

#112A56 color CMYK value is (80,51,0,66).

  • cyan value is 80.23%
  • magenta value is 51.16%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK: (80,51,0,66) C80M51Y0K66 (80%,51%,0%,66%) (0.80/0.51/0.00/0.66) 

CMYK percentages

%80.23
%51.16
%0
%66.27

Codes

Color #112A56 in popluar color models

11 2A 56
RGB 17 42 86
HSL 218° 66.99% 20.20%
HSB/HSV 218° 80.23% 33.73%
CMYK 80.23% 51.16% 0.00%
66.27%

Color #112A56 in popluar number systems.

HEX 11 2A 56
Decimal 17 42 86
Binary 10001 101010 1010110
Octal 21 52 126

Shades and tints

Shades of #112A56

#112A56
(17,42,86)
#10274F
(16,39,79)
#0F2448
(15,36,72)
#0E2141
(14,33,65)
#0D1E3A
(13,30,58)
#0C1B33
(12,27,51)
#0B182C
(11,24,44)
#0A1525
(10,21,37)
#09121E
(9,18,30)
#080F17
(8,15,23)
#070C10
(7,12,16)
#000000
(0,0,0)

Tints of #112A56

#112A56
(17,42,86)
#263D65
(38,61,101)
#3B5074
(59,80,116)
#506383
(80,99,131)
#657692
(101,118,146)
#7A89A1
(122,137,161)
#8F9CB0
(143,156,176)
#A4AFBF
(164,175,191)
#B9C2CE
(185,194,206)
#CED5DD
(206,213,221)
#E3E8EC
(227,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112A56 color. Also use rgb(17,42,86) instead hex code.

Text Font Color

.myTextColor { color: #112A56; }

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

This text font color is #112A56.

Background Color

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

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

This div background color is #112A56.

Border color

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

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

This div border color is #112A56.

Opacity

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

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

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

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

This text has shadow with #112A56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #112A56.

Preview

Color preview on black background

This text has color #112A56 on black background.


Color preview on white background

This text has color #112A56 on white background.


Black color preview on #112A56 background

This text has black color on #112A56 background.


White color preview on #112A56 background

This text has white color on #112A56 background.


Related colors

Complementary color

Complementary color for #hex is #EED5A9.


I love getcolorcode.com

Triadic colors

1 #56112A and #2A5611 with #112A56 are triadic colors.

2 #562A11 and #2A1156 with #112A56 are triadic colors.