COLOR #140173

HEX: #140173
RGB: (20,1,115)

Color info

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

RGB color model

#140173 color RGB value is (20,1,115).

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

RGB channels and saturation

R 20 of 255 = 8%
G 1 of 255 = 0%
B 115 of 255 = 45%

20
1
115

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

Portions of RGB colors in percentages

R + G + B =
20 + 1 + 115 = 136 (100%)
R 20 of 136 ~ 14.71%
G 1 of 136 ~ 0.74%
B 115 of 136 ~ 84.56%

%14.71
%84.56

CMYK color model

#140173 color CMYK value is (83,99,0,55).

  • cyan value is 82.61%
  • magenta value is 99.13%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(83,99,0,55)
C83M99Y0K55 
(83%,99%,0%,55%)
(0.83/0.99/0.00/0.55)	

CMYK percentages

%82.61
%99.13
%0
%54.9

Codes

Color #140173 in popluar color models

140173
RGB201115
HSL250°98.28%22.75%
HSB/HSV250°99.13%45.10%
CMYK82.61%99.13%0.00%
54.90%

Color #140173 in popluar number systems.

HEX140173
Decimal201115
Binary1010011110011
Octal241163

Shades and tints

Shades of #140173

#140173
(20,1,115)
#130169
(19,1,105)
#12015F
(18,1,95)
#110155
(17,1,85)
#10014B
(16,1,75)
#0F0141
(15,1,65)
#0E0137
(14,1,55)
#0D012D
(13,1,45)
#0C0123
(12,1,35)
#0B0119
(11,1,25)
#0A010F
(10,1,15)
#000000
(0,0,0)

Tints of #140173

#140173
(20,1,115)
#29187F
(41,24,127)
#3E2F8B
(62,47,139)
#534697
(83,70,151)
#685DA3
(104,93,163)
#7D74AF
(125,116,175)
#928BBB
(146,139,187)
#A7A2C7
(167,162,199)
#BCB9D3
(188,185,211)
#D1D0DF
(209,208,223)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140173; }

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

This text font color is #140173.


Background Color

.myBgColor { background-color: #140173; }

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

This div background color is #140173.


Border color

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

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

This div border color is #140173.


Opacity

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

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

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

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

This text has shadow with #140173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140173 on black background.


Color preview on white background

This text has color #140173 on white background.



Black color preview on #140173 background

This text has black color on #140173 background.


White color preview on #140173 background

This text has white color on #140173 background.