COLOR #140C51

HEX: #140C51 RGB: (20,12,81)

Color info

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

RGB color model

#140C51 color RGB value is (20,12,81).

RGB: (20,12,81) (8%, 5%, 32%)

RGB channels and saturation

R 20 of 255 = 8%
G 12 of 255 = 5%
B 81 of 255 = 32%

20
12
81

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

Portions of RGB colors in percentages

R + G + B = 20 + 12 + 81 = 113 (100%)
R 20 of 113 ~ 17.7%
G 12 of 113 ~ 10.62%
B 81 of 113 ~ 71.68'%

%17.7
%10.62
%71.68

CMYK color model

#140C51 color CMYK value is (75,85,0,68).

  • cyan value is 75.31%
  • magenta value is 85.19%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (75,85,0,68)
C75M85Y0K68 (75%, 85%, 0%, 68%)
(0.75 / 0.85 / 0.00 / 0.68)

CMYK percentages

%75.31
%85.19
%0
%68.24

Codes

Color #140C51 in popluar color models

14 0C 51
RGB 20 12 81
HSL 247° 74.19% 18.24%
HSB/HSV 247° 85.19% 31.76%
CMYK 75.31% 85.19% 0.00%
68.24%

Color #140C51 in popluar number systems.

HEX 14 0C 51
Decimal 20 12 81
Binary 10100 1100 1010001
Octal 24 14 121

Shades and tints

Shades of #140C51

#140C51
(20,12,81)
#130B4A
(19,11,74)
#120A43
(18,10,67)
#11093C
(17,9,60)
#100835
(16,8,53)
#0F072E
(15,7,46)
#0E0627
(14,6,39)
#0D0520
(13,5,32)
#0C0419
(12,4,25)
#0B0312
(11,3,18)
#0A020B
(10,2,11)
#000000
(0,0,0)

Tints of #140C51

#140C51
(20,12,81)
#292260
(41,34,96)
#3E386F
(62,56,111)
#534E7E
(83,78,126)
#68648D
(104,100,141)
#7D7A9C
(125,122,156)
#9290AB
(146,144,171)
#A7A6BA
(167,166,186)
#BCBCC9
(188,188,201)
#D1D2D8
(209,210,216)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140C51; }

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

This text font color is #140C51.

Background Color

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

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

This div background color is #140C51.

Border color

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

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

This div border color is #140C51.

Opacity

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

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

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

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

This text has shadow with #140C51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140C51.

Preview

Color preview on black background

This text has color #140C51 on black background.


Color preview on white background

This text has color #140C51 on white background.


Black color preview on #140C51 background

This text has black color on #140C51 background.


White color preview on #140C51 background

This text has white color on #140C51 background.


Related colors

Complementary color

Complementary color for #hex is #EBF3AE.


I love getcolorcode.com

Triadic colors

1 #51140C and #0C5114 with #140C51 are triadic colors.

2 #510C14 and #0C1451 with #140C51 are triadic colors.