COLOR #140E4A

HEX: #140E4A
RGB: (20,14,74)

Color info

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

RGB color model

#140E4A color RGB value is (20,14,74).

  • red value is 20;
  • green value is 14;
  • blue value is 74.
RGB:
(20,14,74)
(8%,5%,29%)

RGB channels and saturation

R 20 of 255 = 8%
G 14 of 255 = 5%
B 74 of 255 = 29%

20
14
74

R + G + B ~ 14%. #140E4A is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 14 + 74 = 108 (100%)
R 20 of 108 ~ 18.52%
G 14 of 108 ~ 12.96%
B 74 of 108 ~ 68.52%

%18.52
%12.96
%68.52

CMYK color model

#140E4A color CMYK value is (73,81,0,71).

  • cyan value is 72.97%
  • magenta value is 81.08%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(73,81,0,71)
C73M81Y0K71 
(73%,81%,0%,71%)
(0.73/0.81/0.00/0.71)	

CMYK percentages

%72.97
%81.08
%0
%70.98

Codes

Color #140E4A in popluar color models

140E4A
RGB201474
HSL246°68.18%17.25%
HSB/HSV246°81.08%29.02%
CMYK72.97%81.08%0.00%
70.98%

Color #140E4A in popluar number systems.

HEX140E4A
Decimal201474
Binary1010011101001010
Octal2416112

Shades and tints

Shades of #140E4A

#140E4A
(20,14,74)
#130D44
(19,13,68)
#120C3E
(18,12,62)
#110B38
(17,11,56)
#100A32
(16,10,50)
#0F092C
(15,9,44)
#0E0826
(14,8,38)
#0D0720
(13,7,32)
#0C061A
(12,6,26)
#0B0514
(11,5,20)
#0A040E
(10,4,14)
#000000
(0,0,0)

Tints of #140E4A

#140E4A
(20,14,74)
#29235A
(41,35,90)
#3E386A
(62,56,106)
#534D7A
(83,77,122)
#68628A
(104,98,138)
#7D779A
(125,119,154)
#928CAA
(146,140,170)
#A7A1BA
(167,161,186)
#BCB6CA
(188,182,202)
#D1CBDA
(209,203,218)
#E6E0EA
(230,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140E4A color. Also use rgb(20,14,74) instead hex code.

Text Font Color

.myTextColor { color: #140E4A; }

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

This text font color is #140E4A.


Background Color

.myBgColor { background-color: #140E4A; }

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

This div background color is #140E4A.


Border color

.myBorderColor { border: 1px solid #140E4A; }

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

This div border color is #140E4A.


Opacity

.myOpacity80 { color: #140E4A; opacity: 0.8; }

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

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

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

This text has shadow with #140E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140E4A on black background.


Color preview on white background

This text has color #140E4A on white background.



Black color preview on #140E4A background

This text has black color on #140E4A background.


White color preview on #140E4A background

This text has white color on #140E4A background.