COLOR #140149

HEX: #140149
RGB: (20,1,73)

Color info

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

RGB color model

#140149 color RGB value is (20,1,73).

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

RGB channels and saturation

R 20 of 255 = 8%
G 1 of 255 = 0%
B 73 of 255 = 29%

20
1
73

R + G + B ~ 12%. #140149 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 1 + 73 = 94 (100%)
R 20 of 94 ~ 21.28%
G 1 of 94 ~ 1.06%
B 73 of 94 ~ 77.66%

%21.28
%77.66

CMYK color model

#140149 color CMYK value is (73,99,0,71).

  • cyan value is 72.60%
  • magenta value is 98.63%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(73,99,0,71)
C73M99Y0K71 
(73%,99%,0%,71%)
(0.73/0.99/0.00/0.71)	

CMYK percentages

%72.6
%98.63
%0
%71.37

Codes

Color #140149 in popluar color models

140149
RGB20173
HSL256°97.30%14.51%
HSB/HSV256°98.63%28.63%
CMYK72.60%98.63%0.00%
71.37%

Color #140149 in popluar number systems.

HEX140149
Decimal20173
Binary1010011001001
Octal241111

Shades and tints

Shades of #140149

#140149
(20,1,73)
#130143
(19,1,67)
#12013D
(18,1,61)
#110137
(17,1,55)
#100131
(16,1,49)
#0F012B
(15,1,43)
#0E0125
(14,1,37)
#0D011F
(13,1,31)
#0C0119
(12,1,25)
#0B0113
(11,1,19)
#0A010D
(10,1,13)
#000000
(0,0,0)

Tints of #140149

#140149
(20,1,73)
#291859
(41,24,89)
#3E2F69
(62,47,105)
#534679
(83,70,121)
#685D89
(104,93,137)
#7D7499
(125,116,153)
#928BA9
(146,139,169)
#A7A2B9
(167,162,185)
#BCB9C9
(188,185,201)
#D1D0D9
(209,208,217)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140149; }

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

This text font color is #140149.


Background Color

.myBgColor { background-color: #140149; }

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

This div background color is #140149.


Border color

.myBorderColor { border: 1px solid #140149; }

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

This div border color is #140149.


Opacity

.myOpacity80 { color: #140149; opacity: 0.8; }

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

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

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

This text has shadow with #140149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140149 on black background.


Color preview on white background

This text has color #140149 on white background.



Black color preview on #140149 background

This text has black color on #140149 background.


White color preview on #140149 background

This text has white color on #140149 background.