COLOR #140175

HEX: #140175
RGB: (20,1,117)

Color info

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

RGB color model

#140175 color RGB value is (20,1,117).

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

RGB channels and saturation

R 20 of 255 = 8%
G 1 of 255 = 0%
B 117 of 255 = 46%

20
1
117

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

Portions of RGB colors in percentages

R + G + B =
20 + 1 + 117 = 138 (100%)
R 20 of 138 ~ 14.49%
G 1 of 138 ~ 0.72%
B 117 of 138 ~ 84.78%

%14.49
%84.78

CMYK color model

#140175 color CMYK value is (83,99,0,54).

  • cyan value is 82.91%
  • magenta value is 99.15%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(83,99,0,54)
C83M99Y0K54 
(83%,99%,0%,54%)
(0.83/0.99/0.00/0.54)	

CMYK percentages

%82.91
%99.15
%0
%54.12

Codes

Color #140175 in popluar color models

140175
RGB201117
HSL250°98.31%23.14%
HSB/HSV250°99.15%45.88%
CMYK82.91%99.15%0.00%
54.12%

Color #140175 in popluar number systems.

HEX140175
Decimal201117
Binary1010011110101
Octal241165

Shades and tints

Shades of #140175

#140175
(20,1,117)
#13016B
(19,1,107)
#120161
(18,1,97)
#110157
(17,1,87)
#10014D
(16,1,77)
#0F0143
(15,1,67)
#0E0139
(14,1,57)
#0D012F
(13,1,47)
#0C0125
(12,1,37)
#0B011B
(11,1,27)
#0A0111
(10,1,17)
#000000
(0,0,0)

Tints of #140175

#140175
(20,1,117)
#291881
(41,24,129)
#3E2F8D
(62,47,141)
#534699
(83,70,153)
#685DA5
(104,93,165)
#7D74B1
(125,116,177)
#928BBD
(146,139,189)
#A7A2C9
(167,162,201)
#BCB9D5
(188,185,213)
#D1D0E1
(209,208,225)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140175; }

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

This text font color is #140175.


Background Color

.myBgColor { background-color: #140175; }

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

This div background color is #140175.


Border color

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

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

This div border color is #140175.


Opacity

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

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

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

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

This text has shadow with #140175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140175 on black background.


Color preview on white background

This text has color #140175 on white background.



Black color preview on #140175 background

This text has black color on #140175 background.


White color preview on #140175 background

This text has white color on #140175 background.