COLOR #140668

HEX: #140668
RGB: (20,6,104)

Color info

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

RGB color model

#140668 color RGB value is (20,6,104).

  • red value is 20;
  • green value is 6;
  • blue value is 104.
RGB: (20,6,104) (8%,2%,41%)

RGB channels and saturation

R 20 of 255 = 8%
G 6 of 255 = 2%
B 104 of 255 = 41%

20
6
104

R + G + B ~ 17%. #140668 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 6 + 104 = 130 (100%)
R 20 of 130 ~ 15.38%
G 6 of 130 ~ 4.62%
B 104 of 130 ~ 80%

%15.38
%80

CMYK color model

#140668 color CMYK value is (81,94,0,59).

  • cyan value is 80.77%
  • magenta value is 94.23%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK: (81,94,0,59) C81M94Y0K59 (81%,94%,0%,59%) (0.81/0.94/0.00/0.59)

CMYK percentages

%80.77
%94.23
%0
%59.22

Codes

Color #140668 in popluar color models

140668
RGB206104
HSL249°89.09%21.57%
HSB/HSV249°94.23%40.78%
CMYK80.77%94.23%0.00%
59.22%

Color #140668 in popluar number systems.

HEX140668
Decimal206104
Binary101001101101000
Octal246150

Shades and tints

Shades of #140668

#140668
(20,6,104)
#13065F
(19,6,95)
#120656
(18,6,86)
#11064D
(17,6,77)
#100644
(16,6,68)
#0F063B
(15,6,59)
#0E0632
(14,6,50)
#0D0629
(13,6,41)
#0C0620
(12,6,32)
#0B0617
(11,6,23)
#0A060E
(10,6,14)
#000000
(0,0,0)

Tints of #140668

#140668
(20,6,104)
#291C75
(41,28,117)
#3E3282
(62,50,130)
#53488F
(83,72,143)
#685E9C
(104,94,156)
#7D74A9
(125,116,169)
#928AB6
(146,138,182)
#A7A0C3
(167,160,195)
#BCB6D0
(188,182,208)
#D1CCDD
(209,204,221)
#E6E2EA
(230,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140668 color. Also use rgb(20,6,104) instead hex code.

Text Font Color

.myTextColor { color: #140668; }

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

This text font color is #140668.


Background Color

.myBgColor { background-color: #140668; }

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

This div background color is #140668.


Border color

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

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

This div border color is #140668.


Opacity

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

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

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

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

This text has shadow with #140668 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #140668 on black background.


Color preview on white background

This text has color #140668 on white background.



Black color preview on #140668 background

This text has black color on #140668 background.


White color preview on #140668 background

This text has white color on #140668 background.