COLOR #140C4F

HEX: #140C4F
RGB: (20,12,79)

Color info

#140C4F contains mainly red and blue colors. Web safe color of #140C4F is #000066 (or #006).

RGB color model

#140C4F color RGB value is (20,12,79).

  • red value is 20;
  • green value is 12;
  • blue value is 79.
RGB:
(20,12,79)
(8%,5%,31%)

RGB channels and saturation

R 20 of 255 = 8%
G 12 of 255 = 5%
B 79 of 255 = 31%

20
12
79

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

Portions of RGB colors in percentages

R + G + B =
20 + 12 + 79 = 111 (100%)
R 20 of 111 ~ 18.02%
G 12 of 111 ~ 10.81%
B 79 of 111 ~ 71.17%

%18.02
%10.81
%71.17

CMYK color model

#140C4F color CMYK value is (75,85,0,69).

  • cyan value is 74.68%
  • magenta value is 84.81%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(75,85,0,69)
C75M85Y0K69 
(75%,85%,0%,69%)
(0.75/0.85/0.00/0.69)	

CMYK percentages

%74.68
%84.81
%0
%69.02

Codes

Color #140C4F in popluar color models

140C4F
RGB201279
HSL247°73.63%17.84%
HSB/HSV247°84.81%30.98%
CMYK74.68%84.81%0.00%
69.02%

Color #140C4F in popluar number systems.

HEX140C4F
Decimal201279
Binary1010011001001111
Octal2414117

Shades and tints

Shades of #140C4F

#140C4F
(20,12,79)
#130B48
(19,11,72)
#120A41
(18,10,65)
#11093A
(17,9,58)
#100833
(16,8,51)
#0F072C
(15,7,44)
#0E0625
(14,6,37)
#0D051E
(13,5,30)
#0C0417
(12,4,23)
#0B0310
(11,3,16)
#0A0209
(10,2,9)
#000000
(0,0,0)

Tints of #140C4F

#140C4F
(20,12,79)
#29225F
(41,34,95)
#3E386F
(62,56,111)
#534E7F
(83,78,127)
#68648F
(104,100,143)
#7D7A9F
(125,122,159)
#9290AF
(146,144,175)
#A7A6BF
(167,166,191)
#BCBCCF
(188,188,207)
#D1D2DF
(209,210,223)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140C4F color. Also use rgb(20,12,79) instead hex code.

Text Font Color

.myTextColor { color: #140C4F; }

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

This text font color is #140C4F.


Background Color

.myBgColor { background-color: #140C4F; }

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

This div background color is #140C4F.


Border color

.myBorderColor { border: 1px solid #140C4F; }

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

This div border color is #140C4F.


Opacity

.myOpacity80 { color: #140C4F; opacity: 0.8; }

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

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

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

This text has shadow with #140C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140C4F on black background.


Color preview on white background

This text has color #140C4F on white background.



Black color preview on #140C4F background

This text has black color on #140C4F background.


White color preview on #140C4F background

This text has white color on #140C4F background.