COLOR #140E48

HEX: #140E48
RGB: (20,14,72)

Color info

#140E48 contains red, green and blue colors in about the same proportion. Web safe color of #140E48 is #000033 (or #003).

RGB color model

#140E48 color RGB value is (20,14,72).

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

RGB channels and saturation

R 20 of 255 = 8%
G 14 of 255 = 5%
B 72 of 255 = 28%

20
14
72

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

Portions of RGB colors in percentages

R + G + B =
20 + 14 + 72 = 106 (100%)
R 20 of 106 ~ 18.87%
G 14 of 106 ~ 13.21%
B 72 of 106 ~ 67.92%

%18.87
%13.21
%67.92

CMYK color model

#140E48 color CMYK value is (72,81,0,72).

  • cyan value is 72.22%
  • magenta value is 80.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(72,81,0,72)
C72M81Y0K72 
(72%,81%,0%,72%)
(0.72/0.81/0.00/0.72)	

CMYK percentages

%72.22
%80.56
%0
%71.76

Codes

Color #140E48 in popluar color models

140E48
RGB201472
HSL246°67.44%16.86%
HSB/HSV246°80.56%28.24%
CMYK72.22%80.56%0.00%
71.76%

Color #140E48 in popluar number systems.

HEX140E48
Decimal201472
Binary1010011101001000
Octal2416110

Shades and tints

Shades of #140E48

#140E48
(20,14,72)
#130D42
(19,13,66)
#120C3C
(18,12,60)
#110B36
(17,11,54)
#100A30
(16,10,48)
#0F092A
(15,9,42)
#0E0824
(14,8,36)
#0D071E
(13,7,30)
#0C0618
(12,6,24)
#0B0512
(11,5,18)
#0A040C
(10,4,12)
#000000
(0,0,0)

Tints of #140E48

#140E48
(20,14,72)
#292358
(41,35,88)
#3E3868
(62,56,104)
#534D78
(83,77,120)
#686288
(104,98,136)
#7D7798
(125,119,152)
#928CA8
(146,140,168)
#A7A1B8
(167,161,184)
#BCB6C8
(188,182,200)
#D1CBD8
(209,203,216)
#E6E0E8
(230,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140E48; }

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

This text font color is #140E48.


Background Color

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

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

This div background color is #140E48.


Border color

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

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

This div border color is #140E48.


Opacity

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

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

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

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

This text has shadow with #140E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140E48 on black background.


Color preview on white background

This text has color #140E48 on white background.



Black color preview on #140E48 background

This text has black color on #140E48 background.


White color preview on #140E48 background

This text has white color on #140E48 background.