COLOR #14013E

HEX: #14013E
RGB: (20,1,62)

Color info

#14013E contains mainly red and blue colors. Web safe color of #14013E is #000033 (or #003).

RGB color model

#14013E color RGB value is (20,1,62).

  • red value is 20;
  • green value is 1;
  • blue value is 62.
RGB:
(20,1,62)
(8%,0%,24%)

RGB channels and saturation

R 20 of 255 = 8%
G 1 of 255 = 0%
B 62 of 255 = 24%

20
1
62

R + G + B ~ 11%. #14013E is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 1 + 62 = 83 (100%)
R 20 of 83 ~ 24.1%
G 1 of 83 ~ 1.2%
B 62 of 83 ~ 74.7%

%24.1
%74.7

CMYK color model

#14013E color CMYK value is (68,98,0,76).

  • cyan value is 67.74%
  • magenta value is 98.39%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(68,98,0,76)
C68M98Y0K76 
(68%,98%,0%,76%)
(0.68/0.98/0.00/0.76)	

CMYK percentages

%67.74
%98.39
%0
%75.69

Codes

Color #14013E in popluar color models

14013E
RGB20162
HSL259°96.83%12.35%
HSB/HSV259°98.39%24.31%
CMYK67.74%98.39%0.00%
75.69%

Color #14013E in popluar number systems.

HEX14013E
Decimal20162
Binary101001111110
Octal24176

Shades and tints

Shades of #14013E

#14013E
(20,1,62)
#130139
(19,1,57)
#120134
(18,1,52)
#11012F
(17,1,47)
#10012A
(16,1,42)
#0F0125
(15,1,37)
#0E0120
(14,1,32)
#0D011B
(13,1,27)
#0C0116
(12,1,22)
#0B0111
(11,1,17)
#0A010C
(10,1,12)
#000000
(0,0,0)

Tints of #14013E

#14013E
(20,1,62)
#29184F
(41,24,79)
#3E2F60
(62,47,96)
#534671
(83,70,113)
#685D82
(104,93,130)
#7D7493
(125,116,147)
#928BA4
(146,139,164)
#A7A2B5
(167,162,181)
#BCB9C6
(188,185,198)
#D1D0D7
(209,208,215)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14013E color. Also use rgb(20,1,62) instead hex code.

Text Font Color

.myTextColor { color: #14013E; }

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

This text font color is #14013E.


Background Color

.myBgColor { background-color: #14013E; }

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

This div background color is #14013E.


Border color

.myBorderColor { border: 1px solid #14013E; }

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

This div border color is #14013E.


Opacity

.myOpacity80 { color: #14013E; opacity: 0.8; }

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

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

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

This text has shadow with #14013E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14013E on black background.


Color preview on white background

This text has color #14013E on white background.



Black color preview on #14013E background

This text has black color on #14013E background.


White color preview on #14013E background

This text has white color on #14013E background.