COLOR #110E6D

HEX: #110E6D
RGB: (17,14,109)

Color info

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

RGB color model

#110E6D color RGB value is (17,14,109).

  • red value is 17;
  • green value is 14;
  • blue value is 109.
RGB:
(17,14,109)
(7%,5%,43%)

RGB channels and saturation

R 17 of 255 = 7%
G 14 of 255 = 5%
B 109 of 255 = 43%

17
14
109

R + G + B ~ 18%. #110E6D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 14 + 109 = 140 (100%)
R 17 of 140 ~ 12.14%
G 14 of 140 ~ 10%
B 109 of 140 ~ 77.86%

%12.14
%10
%77.86

CMYK color model

#110E6D color CMYK value is (84,87,0,57).

  • cyan value is 84.40%
  • magenta value is 87.16%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(84,87,0,57)
C84M87Y0K57 
(84%,87%,0%,57%)
(0.84/0.87/0.00/0.57)	

CMYK percentages

%84.4
%87.16
%0
%57.25

Codes

Color #110E6D in popluar color models

110E6D
RGB1714109
HSL242°77.24%24.12%
HSB/HSV242°87.16%42.75%
CMYK84.40%87.16%0.00%
57.25%

Color #110E6D in popluar number systems.

HEX110E6D
Decimal1714109
Binary1000111101101101
Octal2116155

Shades and tints

Shades of #110E6D

#110E6D
(17,14,109)
#100D64
(16,13,100)
#0F0C5B
(15,12,91)
#0E0B52
(14,11,82)
#0D0A49
(13,10,73)
#0C0940
(12,9,64)
#0B0837
(11,8,55)
#0A072E
(10,7,46)
#090625
(9,6,37)
#08051C
(8,5,28)
#070413
(7,4,19)
#000000
(0,0,0)

Tints of #110E6D

#110E6D
(17,14,109)
#26237A
(38,35,122)
#3B3887
(59,56,135)
#504D94
(80,77,148)
#6562A1
(101,98,161)
#7A77AE
(122,119,174)
#8F8CBB
(143,140,187)
#A4A1C8
(164,161,200)
#B9B6D5
(185,182,213)
#CECBE2
(206,203,226)
#E3E0EF
(227,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110E6D color. Also use rgb(17,14,109) instead hex code.

Text Font Color

.myTextColor { color: #110E6D; }

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

This text font color is #110E6D.


Background Color

.myBgColor { background-color: #110E6D; }

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

This div background color is #110E6D.


Border color

.myBorderColor { border: 1px solid #110E6D; }

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

This div border color is #110E6D.


Opacity

.myOpacity80 { color: #110E6D; opacity: 0.8; }

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

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

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

This text has shadow with #110E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110E6D on black background.


Color preview on white background

This text has color #110E6D on white background.



Black color preview on #110E6D background

This text has black color on #110E6D background.


White color preview on #110E6D background

This text has white color on #110E6D background.