COLOR #112543

HEX: #112543 RGB: (17,37,67)

Color info

#112543 contains red, green and blue colors in about the same proportion. Web safe color of #112543 is #003333 (or #033).

RGB color model

#112543 color RGB value is (17,37,67).

RGB: (17,37,67) (7%, 15%, 26%)

RGB channels and saturation

R 17 of 255 = 7%
G 37 of 255 = 15%
B 67 of 255 = 26%

17
37
67

R + G + B ~ 16%. #112543 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 37 + 67 = 121 (100%)
R 17 of 121 ~ 14.05%
G 37 of 121 ~ 30.58%
B 67 of 121 ~ 55.37'%

%14.05
%30.58
%55.37

CMYK color model

#112543 color CMYK value is (75,45,0,74).

  • cyan value is 74.63%
  • magenta value is 44.78%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (75,45,0,74)
C75M45Y0K74 (75%, 45%, 0%, 74%)
(0.75 / 0.45 / 0.00 / 0.74)

CMYK percentages

%74.63
%44.78
%0
%73.73

Codes

Color #112543 in popluar color models

11 25 43
RGB 17 37 67
HSL 216° 59.52% 16.47%
HSB/HSV 216° 74.63% 26.27%
CMYK 74.63% 44.78% 0.00%
73.73%

Color #112543 in popluar number systems.

HEX 11 25 43
Decimal 17 37 67
Binary 10001 100101 1000011
Octal 21 45 103

Shades and tints

Shades of #112543

#112543
(17,37,67)
#10223D
(16,34,61)
#0F1F37
(15,31,55)
#0E1C31
(14,28,49)
#0D192B
(13,25,43)
#0C1625
(12,22,37)
#0B131F
(11,19,31)
#0A1019
(10,16,25)
#090D13
(9,13,19)
#080A0D
(8,10,13)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #112543

#112543
(17,37,67)
#263854
(38,56,84)
#3B4B65
(59,75,101)
#505E76
(80,94,118)
#657187
(101,113,135)
#7A8498
(122,132,152)
#8F97A9
(143,151,169)
#A4AABA
(164,170,186)
#B9BDCB
(185,189,203)
#CED0DC
(206,208,220)
#E3E3ED
(227,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112543 color. Also use rgb(17,37,67) instead hex code.

Text Font Color

.myTextColor { color: #112543; }

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

This text font color is #112543.

Background Color

.myBgColor { background-color: #112543; }

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

This div background color is #112543.

Border color

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

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

This div border color is #112543.

Opacity

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

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

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

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

This text has shadow with #112543 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #112543.

Preview

Color preview on black background

This text has color #112543 on black background.


Color preview on white background

This text has color #112543 on white background.


Black color preview on #112543 background

This text has black color on #112543 background.


White color preview on #112543 background

This text has white color on #112543 background.


Related colors

Complementary color

Complementary color for #hex is #EEDABC.


I love getcolorcode.com

Triadic colors

1 #431125 and #254311 with #112543 are triadic colors.

2 #432511 and #251143 with #112543 are triadic colors.