COLOR #14115D

HEX: #14115D
RGB: (20,17,93)

Color info

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

RGB color model

#14115D color RGB value is (20,17,93).

  • red value is 20;
  • green value is 17;
  • blue value is 93.
RGB:
(20,17,93)
(8%,7%,36%)

RGB channels and saturation

R 20 of 255 = 8%
G 17 of 255 = 7%
B 93 of 255 = 36%

20
17
93

R + G + B ~ 17%. #14115D is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 17 + 93 = 130 (100%)
R 20 of 130 ~ 15.38%
G 17 of 130 ~ 13.08%
B 93 of 130 ~ 71.54%

%15.38
%13.08
%71.54

CMYK color model

#14115D color CMYK value is (78,82,0,64).

  • cyan value is 78.49%
  • magenta value is 81.72%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(78,82,0,64)
C78M82Y0K64 
(78%,82%,0%,64%)
(0.78/0.82/0.00/0.64)	

CMYK percentages

%78.49
%81.72
%0
%63.53

Codes

Color #14115D in popluar color models

14115D
RGB201793
HSL242°69.09%21.57%
HSB/HSV242°81.72%36.47%
CMYK78.49%81.72%0.00%
63.53%

Color #14115D in popluar number systems.

HEX14115D
Decimal201793
Binary10100100011011101
Octal2421135

Shades and tints

Shades of #14115D

#14115D
(20,17,93)
#131055
(19,16,85)
#120F4D
(18,15,77)
#110E45
(17,14,69)
#100D3D
(16,13,61)
#0F0C35
(15,12,53)
#0E0B2D
(14,11,45)
#0D0A25
(13,10,37)
#0C091D
(12,9,29)
#0B0815
(11,8,21)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #14115D

#14115D
(20,17,93)
#29266B
(41,38,107)
#3E3B79
(62,59,121)
#535087
(83,80,135)
#686595
(104,101,149)
#7D7AA3
(125,122,163)
#928FB1
(146,143,177)
#A7A4BF
(167,164,191)
#BCB9CD
(188,185,205)
#D1CEDB
(209,206,219)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14115D color. Also use rgb(20,17,93) instead hex code.

Text Font Color

.myTextColor { color: #14115D; }

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

This text font color is #14115D.


Background Color

.myBgColor { background-color: #14115D; }

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

This div background color is #14115D.


Border color

.myBorderColor { border: 1px solid #14115D; }

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

This div border color is #14115D.


Opacity

.myOpacity80 { color: #14115D; opacity: 0.8; }

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

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

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

This text has shadow with #14115D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14115D on black background.


Color preview on white background

This text has color #14115D on white background.



Black color preview on #14115D background

This text has black color on #14115D background.


White color preview on #14115D background

This text has white color on #14115D background.