COLOR #140C52

HEX: #140C52 RGB: (20,12,82)

Color info

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

RGB color model

#140C52 color RGB value is (20,12,82).

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

RGB channels and saturation

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

20
12
82

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

Portions of RGB colors in percentages

R + G + B = 20 + 12 + 82 = 114 (100%)
R 20 of 114 ~ 17.54%
G 12 of 114 ~ 10.53%
B 82 of 114 ~ 71.93'%

%17.54
%10.53
%71.93

CMYK color model

#140C52 color CMYK value is (76,85,0,68).

  • cyan value is 75.61%
  • magenta value is 85.37%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (76,85,0,68)
C76M85Y0K68 (76%, 85%, 0%, 68%)
(0.76 / 0.85 / 0.00 / 0.68)

CMYK percentages

%75.61
%85.37
%0
%67.84

Codes

Color #140C52 in popluar color models

14 0C 52
RGB 20 12 82
HSL 247° 74.47% 18.43%
HSB/HSV 247° 85.37% 32.16%
CMYK 75.61% 85.37% 0.00%
67.84%

Color #140C52 in popluar number systems.

HEX 14 0C 52
Decimal 20 12 82
Binary 10100 1100 1010010
Octal 24 14 122

Shades and tints

Shades of #140C52

#140C52
(20,12,82)
#130B4B
(19,11,75)
#120A44
(18,10,68)
#11093D
(17,9,61)
#100836
(16,8,54)
#0F072F
(15,7,47)
#0E0628
(14,6,40)
#0D0521
(13,5,33)
#0C041A
(12,4,26)
#0B0313
(11,3,19)
#0A020C
(10,2,12)
#000000
(0,0,0)

Tints of #140C52

#140C52
(20,12,82)
#292261
(41,34,97)
#3E3870
(62,56,112)
#534E7F
(83,78,127)
#68648E
(104,100,142)
#7D7A9D
(125,122,157)
#9290AC
(146,144,172)
#A7A6BB
(167,166,187)
#BCBCCA
(188,188,202)
#D1D2D9
(209,210,217)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140C52; }

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

This text font color is #140C52.

Background Color

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

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

This div background color is #140C52.

Border color

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

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

This div border color is #140C52.

Opacity

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

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

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

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

This text has shadow with #140C52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140C52.

Preview

Color preview on black background

This text has color #140C52 on black background.


Color preview on white background

This text has color #140C52 on white background.


Black color preview on #140C52 background

This text has black color on #140C52 background.


White color preview on #140C52 background

This text has white color on #140C52 background.


Related colors

Complementary color

Complementary color for #hex is #EBF3AD.


I love getcolorcode.com

Triadic colors

1 #52140C and #0C5214 with #140C52 are triadic colors.

2 #520C14 and #0C1452 with #140C52 are triadic colors.