COLOR #140061

HEX: #140061 RGB: (20,0,97)

Color info

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

RGB color model

#140061 color RGB value is (20,0,97).

RGB: (20,0,97) (8%, 0%, 38%)

RGB channels and saturation

R 20 of 255 = 8%
G 0 of 255 = 0%
B 97 of 255 = 38%

20
0
97

R + G + B ~ 15%. #140061 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 0 + 97 = 117 (100%)
R 20 of 117 ~ 17.09%
G 0 of 117 ~ 0%
B 97 of 117 ~ 82.91'%

%17.09
%82.91

CMYK color model

#140061 color CMYK value is (79,100,0,62).

  • cyan value is 79.38%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (79,100,0,62)
C79M100Y0K62 (79%, 100%, 0%, 62%)
(0.79 / 1.00 / 0.00 / 0.62)

CMYK percentages

%79.38
%100
%0
%61.96

Codes

Color #140061 in popluar color models

14 00 61
RGB 20 0 97
HSL 252° 100.00% 19.02%
HSB/HSV 252° 100.00% 38.04%
CMYK 79.38% 100.00% 0.00%
61.96%

Color #140061 in popluar number systems.

HEX 14 00 61
Decimal 20 0 97
Binary 10100 0 1100001
Octal 24 0 141

Shades and tints

Shades of #140061

#140061
(20,0,97)
#130059
(19,0,89)
#120051
(18,0,81)
#110049
(17,0,73)
#100041
(16,0,65)
#0F0039
(15,0,57)
#0E0031
(14,0,49)
#0D0029
(13,0,41)
#0C0021
(12,0,33)
#0B0019
(11,0,25)
#0A0011
(10,0,17)
#000000
(0,0,0)

Tints of #140061

#140061
(20,0,97)
#29176F
(41,23,111)
#3E2E7D
(62,46,125)
#53458B
(83,69,139)
#685C99
(104,92,153)
#7D73A7
(125,115,167)
#928AB5
(146,138,181)
#A7A1C3
(167,161,195)
#BCB8D1
(188,184,209)
#D1CFDF
(209,207,223)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140061 color. Also use rgb(20,0,97) instead hex code.

Text Font Color

.myTextColor { color: #140061; }

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

This text font color is #140061.

Background Color

.myBgColor { background-color: #140061; }

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

This div background color is #140061.

Border color

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

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

This div border color is #140061.

Opacity

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

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

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

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

This text has shadow with #140061 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140061.

Preview

Color preview on black background

This text has color #140061 on black background.


Color preview on white background

This text has color #140061 on white background.


Black color preview on #140061 background

This text has black color on #140061 background.


White color preview on #140061 background

This text has white color on #140061 background.


Related colors

Complementary color

Complementary color for #hex is #EBFF9E.


I love getcolorcode.com

Triadic colors

1 #611400 and #006114 with #140061 are triadic colors.

2 #610014 and #001461 with #140061 are triadic colors.