COLOR #112268

HEX: #112268
RGB: (17,34,104)

Color info

#112268 contains mainly blue color. Web safe color of #112268 is #003366 (or #036).

RGB color model

#112268 color RGB value is (17,34,104).

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

RGB channels and saturation

R 17 of 255 = 7%
G 34 of 255 = 13%
B 104 of 255 = 41%

17
34
104

R + G + B ~ 20%. #112268 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 34 + 104 = 155 (100%)
R 17 of 155 ~ 10.97%
G 34 of 155 ~ 21.94%
B 104 of 155 ~ 67.1%

%10.97
%21.94
%67.1

CMYK color model

#112268 color CMYK value is (84,67,0,59).

  • cyan value is 83.65%
  • magenta value is 67.31%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(84,67,0,59)
C84M67Y0K59 
(84%,67%,0%,59%)
(0.84/0.67/0.00/0.59)	

CMYK percentages

%83.65
%67.31
%0
%59.22

Codes

Color #112268 in popluar color models

112268
RGB1734104
HSL228°71.90%23.73%
HSB/HSV228°83.65%40.78%
CMYK83.65%67.31%0.00%
59.22%

Color #112268 in popluar number systems.

HEX112268
Decimal1734104
Binary100011000101101000
Octal2142150

Shades and tints

Shades of #112268

#112268
(17,34,104)
#101F5F
(16,31,95)
#0F1C56
(15,28,86)
#0E194D
(14,25,77)
#0D1644
(13,22,68)
#0C133B
(12,19,59)
#0B1032
(11,16,50)
#0A0D29
(10,13,41)
#090A20
(9,10,32)
#080717
(8,7,23)
#07040E
(7,4,14)
#000000
(0,0,0)

Tints of #112268

#112268
(17,34,104)
#263675
(38,54,117)
#3B4A82
(59,74,130)
#505E8F
(80,94,143)
#65729C
(101,114,156)
#7A86A9
(122,134,169)
#8F9AB6
(143,154,182)
#A4AEC3
(164,174,195)
#B9C2D0
(185,194,208)
#CED6DD
(206,214,221)
#E3EAEA
(227,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112268; }

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

This text font color is #112268.


Background Color

.myBgColor { background-color: #112268; }

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

This div background color is #112268.


Border color

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

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

This div border color is #112268.


Opacity

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

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

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

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

This text has shadow with #112268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112268 on black background.


Color preview on white background

This text has color #112268 on white background.



Black color preview on #112268 background

This text has black color on #112268 background.


White color preview on #112268 background

This text has white color on #112268 background.