COLOR #111340

HEX: #111340
RGB: (17,19,64)

Color info

#111340 contains red, green and blue colors in about the same proportion. Web safe color of #111340 is #000033 (or #003).

RGB color model

#111340 color RGB value is (17,19,64).

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

RGB channels and saturation

R 17 of 255 = 7%
G 19 of 255 = 7%
B 64 of 255 = 25%

17
19
64

R + G + B ~ 13%. #111340 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 19 + 64 = 100 (100%)
R 17 of 100 ~ 17%
G 19 of 100 ~ 19%
B 64 of 100 ~ 64%

%17
%19
%64

CMYK color model

#111340 color CMYK value is (73,70,0,75).

  • cyan value is 73.44%
  • magenta value is 70.31%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(73,70,0,75)
C73M70Y0K75 
(73%,70%,0%,75%)
(0.73/0.70/0.00/0.75)	

CMYK percentages

%73.44
%70.31
%0
%74.9

Codes

Color #111340 in popluar color models

111340
RGB171964
HSL237°58.02%15.88%
HSB/HSV237°73.44%25.10%
CMYK73.44%70.31%0.00%
74.90%

Color #111340 in popluar number systems.

HEX111340
Decimal171964
Binary10001100111000000
Octal2123100

Shades and tints

Shades of #111340

#111340
(17,19,64)
#10123B
(16,18,59)
#0F1136
(15,17,54)
#0E1031
(14,16,49)
#0D0F2C
(13,15,44)
#0C0E27
(12,14,39)
#0B0D22
(11,13,34)
#0A0C1D
(10,12,29)
#090B18
(9,11,24)
#080A13
(8,10,19)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #111340

#111340
(17,19,64)
#262851
(38,40,81)
#3B3D62
(59,61,98)
#505273
(80,82,115)
#656784
(101,103,132)
#7A7C95
(122,124,149)
#8F91A6
(143,145,166)
#A4A6B7
(164,166,183)
#B9BBC8
(185,187,200)
#CED0D9
(206,208,217)
#E3E5EA
(227,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111340; }

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

This text font color is #111340.


Background Color

.myBgColor { background-color: #111340; }

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

This div background color is #111340.


Border color

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

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

This div border color is #111340.


Opacity

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

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

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

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

This text has shadow with #111340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111340 on black background.


Color preview on white background

This text has color #111340 on white background.



Black color preview on #111340 background

This text has black color on #111340 background.


White color preview on #111340 background

This text has white color on #111340 background.