COLOR #14155F

HEX: #14155F
RGB: (20,21,95)

Color info

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

RGB color model

#14155F color RGB value is (20,21,95).

  • red value is 20;
  • green value is 21;
  • blue value is 95.
RGB:
(20,21,95)
(8%,8%,37%)

RGB channels and saturation

R 20 of 255 = 8%
G 21 of 255 = 8%
B 95 of 255 = 37%

20
21
95

R + G + B ~ 18%. #14155F is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 21 + 95 = 136 (100%)
R 20 of 136 ~ 14.71%
G 21 of 136 ~ 15.44%
B 95 of 136 ~ 69.85%

%14.71
%15.44
%69.85

CMYK color model

#14155F color CMYK value is (79,78,0,63).

  • cyan value is 78.95%
  • magenta value is 77.89%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(79,78,0,63)
C79M78Y0K63 
(79%,78%,0%,63%)
(0.79/0.78/0.00/0.63)	

CMYK percentages

%78.95
%77.89
%0
%62.75

Codes

Color #14155F in popluar color models

14155F
RGB202195
HSL239°65.22%22.55%
HSB/HSV239°78.95%37.25%
CMYK78.95%77.89%0.00%
62.75%

Color #14155F in popluar number systems.

HEX14155F
Decimal202195
Binary10100101011011111
Octal2425137

Shades and tints

Shades of #14155F

#14155F
(20,21,95)
#131457
(19,20,87)
#12134F
(18,19,79)
#111247
(17,18,71)
#10113F
(16,17,63)
#0F1037
(15,16,55)
#0E0F2F
(14,15,47)
#0D0E27
(13,14,39)
#0C0D1F
(12,13,31)
#0B0C17
(11,12,23)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #14155F

#14155F
(20,21,95)
#292A6D
(41,42,109)
#3E3F7B
(62,63,123)
#535489
(83,84,137)
#686997
(104,105,151)
#7D7EA5
(125,126,165)
#9293B3
(146,147,179)
#A7A8C1
(167,168,193)
#BCBDCF
(188,189,207)
#D1D2DD
(209,210,221)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14155F color. Also use rgb(20,21,95) instead hex code.

Text Font Color

.myTextColor { color: #14155F; }

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

This text font color is #14155F.


Background Color

.myBgColor { background-color: #14155F; }

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

This div background color is #14155F.


Border color

.myBorderColor { border: 1px solid #14155F; }

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

This div border color is #14155F.


Opacity

.myOpacity80 { color: #14155F; opacity: 0.8; }

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

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

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

This text has shadow with #14155F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14155F on black background.


Color preview on white background

This text has color #14155F on white background.



Black color preview on #14155F background

This text has black color on #14155F background.


White color preview on #14155F background

This text has white color on #14155F background.