COLOR #112239

HEX: #112239
RGB: (17,34,57)

Color info

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

RGB color model

#112239 color RGB value is (17,34,57).

  • red value is 17;
  • green value is 34;
  • blue value is 57.
RGB:
(17,34,57)
(7%,13%,22%)

RGB channels and saturation

R 17 of 255 = 7%
G 34 of 255 = 13%
B 57 of 255 = 22%

17
34
57

R + G + B ~ 14%. #112239 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 34 + 57 = 108 (100%)
R 17 of 108 ~ 15.74%
G 34 of 108 ~ 31.48%
B 57 of 108 ~ 52.78%

%15.74
%31.48
%52.78

CMYK color model

#112239 color CMYK value is (70,40,0,78).

  • cyan value is 70.18%
  • magenta value is 40.35%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(70,40,0,78)
C70M40Y0K78 
(70%,40%,0%,78%)
(0.70/0.40/0.00/0.78)	

CMYK percentages

%70.18
%40.35
%0
%77.65

Codes

Color #112239 in popluar color models

112239
RGB173457
HSL215°54.05%14.51%
HSB/HSV215°70.18%22.35%
CMYK70.18%40.35%0.00%
77.65%

Color #112239 in popluar number systems.

HEX112239
Decimal173457
Binary10001100010111001
Octal214271

Shades and tints

Shades of #112239

#112239
(17,34,57)
#101F34
(16,31,52)
#0F1C2F
(15,28,47)
#0E192A
(14,25,42)
#0D1625
(13,22,37)
#0C1320
(12,19,32)
#0B101B
(11,16,27)
#0A0D16
(10,13,22)
#090A11
(9,10,17)
#08070C
(8,7,12)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #112239

#112239
(17,34,57)
#26364B
(38,54,75)
#3B4A5D
(59,74,93)
#505E6F
(80,94,111)
#657281
(101,114,129)
#7A8693
(122,134,147)
#8F9AA5
(143,154,165)
#A4AEB7
(164,174,183)
#B9C2C9
(185,194,201)
#CED6DB
(206,214,219)
#E3EAED
(227,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112239 color. Also use rgb(17,34,57) instead hex code.

Text Font Color

.myTextColor { color: #112239; }

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

This text font color is #112239.


Background Color

.myBgColor { background-color: #112239; }

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

This div background color is #112239.


Border color

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

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

This div border color is #112239.


Opacity

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

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

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

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

This text has shadow with #112239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112239 on black background.


Color preview on white background

This text has color #112239 on white background.



Black color preview on #112239 background

This text has black color on #112239 background.


White color preview on #112239 background

This text has white color on #112239 background.