COLOR #111371

HEX: #111371
RGB: (17,19,113)

Color info

#111371 contains mainly blue color. Web safe color of #111371 is #000066 (or #006).

RGB color model

#111371 color RGB value is (17,19,113).

  • red value is 17;
  • green value is 19;
  • blue value is 113.
RGB:
(17,19,113)
(7%,7%,44%)

RGB channels and saturation

R 17 of 255 = 7%
G 19 of 255 = 7%
B 113 of 255 = 44%

17
19
113

R + G + B ~ 19%. #111371 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 19 + 113 = 149 (100%)
R 17 of 149 ~ 11.41%
G 19 of 149 ~ 12.75%
B 113 of 149 ~ 75.84%

%11.41
%12.75
%75.84

CMYK color model

#111371 color CMYK value is (85,83,0,56).

  • cyan value is 84.96%
  • magenta value is 83.19%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(85,83,0,56)
C85M83Y0K56 
(85%,83%,0%,56%)
(0.85/0.83/0.00/0.56)	

CMYK percentages

%84.96
%83.19
%0
%55.69

Codes

Color #111371 in popluar color models

111371
RGB1719113
HSL239°73.85%25.49%
HSB/HSV239°84.96%44.31%
CMYK84.96%83.19%0.00%
55.69%

Color #111371 in popluar number systems.

HEX111371
Decimal1719113
Binary10001100111110001
Octal2123161

Shades and tints

Shades of #111371

#111371
(17,19,113)
#101267
(16,18,103)
#0F115D
(15,17,93)
#0E1053
(14,16,83)
#0D0F49
(13,15,73)
#0C0E3F
(12,14,63)
#0B0D35
(11,13,53)
#0A0C2B
(10,12,43)
#090B21
(9,11,33)
#080A17
(8,10,23)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #111371

#111371
(17,19,113)
#26287D
(38,40,125)
#3B3D89
(59,61,137)
#505295
(80,82,149)
#6567A1
(101,103,161)
#7A7CAD
(122,124,173)
#8F91B9
(143,145,185)
#A4A6C5
(164,166,197)
#B9BBD1
(185,187,209)
#CED0DD
(206,208,221)
#E3E5E9
(227,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111371 color. Also use rgb(17,19,113) instead hex code.

Text Font Color

.myTextColor { color: #111371; }

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

This text font color is #111371.


Background Color

.myBgColor { background-color: #111371; }

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

This div background color is #111371.


Border color

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

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

This div border color is #111371.


Opacity

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

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

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

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

This text has shadow with #111371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111371 on black background.


Color preview on white background

This text has color #111371 on white background.



Black color preview on #111371 background

This text has black color on #111371 background.


White color preview on #111371 background

This text has white color on #111371 background.