COLOR #140379

HEX: #140379 RGB: (20,3,121)

Color info

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

RGB color model

#140379 color RGB value is (20,3,121).

RGB: (20,3,121) (8%, 1%, 47%)

RGB channels and saturation

R 20 of 255 = 8%
G 3 of 255 = 1%
B 121 of 255 = 47%

20
3
121

R + G + B ~ 19%. #140379 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 3 + 121 = 144 (100%)
R 20 of 144 ~ 13.89%
G 3 of 144 ~ 2.08%
B 121 of 144 ~ 84.03'%

%13.89
%84.03

CMYK color model

#140379 color CMYK value is (83,98,0,53).

  • cyan value is 83.47%
  • magenta value is 97.52%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (83,98,0,53)
C83M98Y0K53 (83%, 98%, 0%, 53%)
(0.83 / 0.98 / 0.00 / 0.53)

CMYK percentages

%83.47
%97.52
%0
%52.55

Codes

Color #140379 in popluar color models

14 03 79
RGB 20 3 121
HSL 249° 95.16% 24.31%
HSB/HSV 249° 97.52% 47.45%
CMYK 83.47% 97.52% 0.00%
52.55%

Color #140379 in popluar number systems.

HEX 14 03 79
Decimal 20 3 121
Binary 10100 11 1111001
Octal 24 3 171

Shades and tints

Shades of #140379

#140379
(20,3,121)
#13036E
(19,3,110)
#120363
(18,3,99)
#110358
(17,3,88)
#10034D
(16,3,77)
#0F0342
(15,3,66)
#0E0337
(14,3,55)
#0D032C
(13,3,44)
#0C0321
(12,3,33)
#0B0316
(11,3,22)
#0A030B
(10,3,11)
#000000
(0,0,0)

Tints of #140379

#140379
(20,3,121)
#291985
(41,25,133)
#3E2F91
(62,47,145)
#53459D
(83,69,157)
#685BA9
(104,91,169)
#7D71B5
(125,113,181)
#9287C1
(146,135,193)
#A79DCD
(167,157,205)
#BCB3D9
(188,179,217)
#D1C9E5
(209,201,229)
#E6DFF1
(230,223,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140379 color. Also use rgb(20,3,121) instead hex code.

Text Font Color

.myTextColor { color: #140379; }

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

This text font color is #140379.

Background Color

.myBgColor { background-color: #140379; }

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

This div background color is #140379.

Border color

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

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

This div border color is #140379.

Opacity

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

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

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

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

This text has shadow with #140379 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140379.

Preview

Color preview on black background

This text has color #140379 on black background.


Color preview on white background

This text has color #140379 on white background.


Black color preview on #140379 background

This text has black color on #140379 background.


White color preview on #140379 background

This text has white color on #140379 background.


Related colors

Complementary color

Complementary color for #hex is #EBFC86.


I love getcolorcode.com

Triadic colors

1 #791403 and #037914 with #140379 are triadic colors.

2 #790314 and #031479 with #140379 are triadic colors.