COLOR #140555

HEX: #140555 RGB: (20,5,85)

Color info

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

RGB color model

#140555 color RGB value is (20,5,85).

RGB: (20,5,85) (8%, 2%, 33%)

RGB channels and saturation

R 20 of 255 = 8%
G 5 of 255 = 2%
B 85 of 255 = 33%

20
5
85

R + G + B ~ 14%. #140555 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 5 + 85 = 110 (100%)
R 20 of 110 ~ 18.18%
G 5 of 110 ~ 4.55%
B 85 of 110 ~ 77.27'%

%18.18
%77.27

CMYK color model

#140555 color CMYK value is (76,94,0,67).

  • cyan value is 76.47%
  • magenta value is 94.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK: (76,94,0,67) C76M94Y0K67 (76%,94%,0%,67%) (0.76/0.94/0.00/0.67) 

CMYK percentages

%76.47
%94.12
%0
%66.67

Codes

Color #140555 in popluar color models

14 05 55
RGB 20 5 85
HSL 251° 88.89% 17.65%
HSB/HSV 251° 94.12% 33.33%
CMYK 76.47% 94.12% 0.00%
66.67%

Color #140555 in popluar number systems.

HEX 14 05 55
Decimal 20 5 85
Binary 10100 101 1010101
Octal 24 5 125

Shades and tints

Shades of #140555

#140555
(20,5,85)
#13054E
(19,5,78)
#120547
(18,5,71)
#110540
(17,5,64)
#100539
(16,5,57)
#0F0532
(15,5,50)
#0E052B
(14,5,43)
#0D0524
(13,5,36)
#0C051D
(12,5,29)
#0B0516
(11,5,22)
#0A050F
(10,5,15)
#000000
(0,0,0)

Tints of #140555

#140555
(20,5,85)
#291B64
(41,27,100)
#3E3173
(62,49,115)
#534782
(83,71,130)
#685D91
(104,93,145)
#7D73A0
(125,115,160)
#9289AF
(146,137,175)
#A79FBE
(167,159,190)
#BCB5CD
(188,181,205)
#D1CBDC
(209,203,220)
#E6E1EB
(230,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140555 color. Also use rgb(20,5,85) instead hex code.

Text Font Color

.myTextColor { color: #140555; }

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

This text font color is #140555.

Background Color

.myBgColor { background-color: #140555; }

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

This div background color is #140555.

Border color

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

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

This div border color is #140555.

Opacity

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

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

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

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

This text has shadow with #140555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140555.

Preview

Color preview on black background

This text has color #140555 on black background.


Color preview on white background

This text has color #140555 on white background.


Black color preview on #140555 background

This text has black color on #140555 background.


White color preview on #140555 background

This text has white color on #140555 background.


Related colors

Complementary color

Complementary color for #hex is #EBFAAA.


I love getcolorcode.com

Triadic colors

1 #551405 and #055514 with #140555 are triadic colors.

2 #550514 and #051455 with #140555 are triadic colors.