COLOR #112794

HEX: #112794
RGB: (17,39,148)

Color info

#112794 contains mainly blue color. Web safe color of #112794 is #003399 (or #039).

RGB color model

#112794 color RGB value is (17,39,148).

  • red value is 17;
  • green value is 39;
  • blue value is 148.
RGB:
(17,39,148)
(7%,15%,58%)

RGB channels and saturation

R 17 of 255 = 7%
G 39 of 255 = 15%
B 148 of 255 = 58%

17
39
148

R + G + B ~ 27%. #112794 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 39 + 148 = 204 (100%)
R 17 of 204 ~ 8.33%
G 39 of 204 ~ 19.12%
B 148 of 204 ~ 72.55%

%19.12
%72.55

CMYK color model

#112794 color CMYK value is (89,74,0,42).

  • cyan value is 88.51%
  • magenta value is 73.65%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(89,74,0,42)
C89M74Y0K42 
(89%,74%,0%,42%)
(0.89/0.74/0.00/0.42)	

CMYK percentages

%88.51
%73.65
%0
%41.96

Codes

Color #112794 in popluar color models

112794
RGB1739148
HSL230°79.39%32.35%
HSB/HSV230°88.51%58.04%
CMYK88.51%73.65%0.00%
41.96%

Color #112794 in popluar number systems.

HEX112794
Decimal1739148
Binary1000110011110010100
Octal2147224

Shades and tints

Shades of #112794

#112794
(17,39,148)
#102487
(16,36,135)
#0F217A
(15,33,122)
#0E1E6D
(14,30,109)
#0D1B60
(13,27,96)
#0C1853
(12,24,83)
#0B1546
(11,21,70)
#0A1239
(10,18,57)
#090F2C
(9,15,44)
#080C1F
(8,12,31)
#070912
(7,9,18)
#000000
(0,0,0)

Tints of #112794

#112794
(17,39,148)
#263A9D
(38,58,157)
#3B4DA6
(59,77,166)
#5060AF
(80,96,175)
#6573B8
(101,115,184)
#7A86C1
(122,134,193)
#8F99CA
(143,153,202)
#A4ACD3
(164,172,211)
#B9BFDC
(185,191,220)
#CED2E5
(206,210,229)
#E3E5EE
(227,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112794 color. Also use rgb(17,39,148) instead hex code.

Text Font Color

.myTextColor { color: #112794; }

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

This text font color is #112794.


Background Color

.myBgColor { background-color: #112794; }

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

This div background color is #112794.


Border color

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

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

This div border color is #112794.


Opacity

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

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

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

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

This text has shadow with #112794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112794 on black background.


Color preview on white background

This text has color #112794 on white background.



Black color preview on #112794 background

This text has black color on #112794 background.


White color preview on #112794 background

This text has white color on #112794 background.