COLOR #112540

HEX: #112540
RGB: (17,37,64)

Color info

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

RGB color model

#112540 color RGB value is (17,37,64).

  • red value is 17;
  • green value is 37;
  • blue value is 64.
RGB:
(17,37,64)
(7%,15%,25%)

RGB channels and saturation

R 17 of 255 = 7%
G 37 of 255 = 15%
B 64 of 255 = 25%

17
37
64

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

Portions of RGB colors in percentages

R + G + B =
17 + 37 + 64 = 118 (100%)
R 17 of 118 ~ 14.41%
G 37 of 118 ~ 31.36%
B 64 of 118 ~ 54.24%

%14.41
%31.36
%54.24

CMYK color model

#112540 color CMYK value is (73,42,0,75).

  • cyan value is 73.44%
  • magenta value is 42.19%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(73,42,0,75)
C73M42Y0K75 
(73%,42%,0%,75%)
(0.73/0.42/0.00/0.75)	

CMYK percentages

%73.44
%42.19
%0
%74.9

Codes

Color #112540 in popluar color models

112540
RGB173764
HSL214°58.02%15.88%
HSB/HSV214°73.44%25.10%
CMYK73.44%42.19%0.00%
74.90%

Color #112540 in popluar number systems.

HEX112540
Decimal173764
Binary100011001011000000
Octal2145100

Shades and tints

Shades of #112540

#112540
(17,37,64)
#10223B
(16,34,59)
#0F1F36
(15,31,54)
#0E1C31
(14,28,49)
#0D192C
(13,25,44)
#0C1627
(12,22,39)
#0B1322
(11,19,34)
#0A101D
(10,16,29)
#090D18
(9,13,24)
#080A13
(8,10,19)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #112540

#112540
(17,37,64)
#263851
(38,56,81)
#3B4B62
(59,75,98)
#505E73
(80,94,115)
#657184
(101,113,132)
#7A8495
(122,132,149)
#8F97A6
(143,151,166)
#A4AAB7
(164,170,183)
#B9BDC8
(185,189,200)
#CED0D9
(206,208,217)
#E3E3EA
(227,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112540; }

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

This text font color is #112540.


Background Color

.myBgColor { background-color: #112540; }

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

This div background color is #112540.


Border color

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

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

This div border color is #112540.


Opacity

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

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

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

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

This text has shadow with #112540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112540 on black background.


Color preview on white background

This text has color #112540 on white background.



Black color preview on #112540 background

This text has black color on #112540 background.


White color preview on #112540 background

This text has white color on #112540 background.