COLOR #112651

HEX: #112651
RGB: (17,38,81)

Color info

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

RGB color model

#112651 color RGB value is (17,38,81).

  • red value is 17;
  • green value is 38;
  • blue value is 81.
RGB:
(17,38,81)
(7%,15%,32%)

RGB channels and saturation

R 17 of 255 = 7%
G 38 of 255 = 15%
B 81 of 255 = 32%

17
38
81

R + G + B ~ 18%. #112651 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 38 + 81 = 136 (100%)
R 17 of 136 ~ 12.5%
G 38 of 136 ~ 27.94%
B 81 of 136 ~ 59.56%

%12.5
%27.94
%59.56

CMYK color model

#112651 color CMYK value is (79,53,0,68).

  • cyan value is 79.01%
  • magenta value is 53.09%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(79,53,0,68)
C79M53Y0K68 
(79%,53%,0%,68%)
(0.79/0.53/0.00/0.68)	

CMYK percentages

%79.01
%53.09
%0
%68.24

Codes

Color #112651 in popluar color models

112651
RGB173881
HSL220°65.31%19.22%
HSB/HSV220°79.01%31.76%
CMYK79.01%53.09%0.00%
68.24%

Color #112651 in popluar number systems.

HEX112651
Decimal173881
Binary100011001101010001
Octal2146121

Shades and tints

Shades of #112651

#112651
(17,38,81)
#10234A
(16,35,74)
#0F2043
(15,32,67)
#0E1D3C
(14,29,60)
#0D1A35
(13,26,53)
#0C172E
(12,23,46)
#0B1427
(11,20,39)
#0A1120
(10,17,32)
#090E19
(9,14,25)
#080B12
(8,11,18)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #112651

#112651
(17,38,81)
#263960
(38,57,96)
#3B4C6F
(59,76,111)
#505F7E
(80,95,126)
#65728D
(101,114,141)
#7A859C
(122,133,156)
#8F98AB
(143,152,171)
#A4ABBA
(164,171,186)
#B9BEC9
(185,190,201)
#CED1D8
(206,209,216)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112651 color. Also use rgb(17,38,81) instead hex code.

Text Font Color

.myTextColor { color: #112651; }

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

This text font color is #112651.


Background Color

.myBgColor { background-color: #112651; }

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

This div background color is #112651.


Border color

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

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

This div border color is #112651.


Opacity

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

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

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

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

This text has shadow with #112651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112651 on black background.


Color preview on white background

This text has color #112651 on white background.



Black color preview on #112651 background

This text has black color on #112651 background.


White color preview on #112651 background

This text has white color on #112651 background.