COLOR #140D58

HEX: #140D58
RGB: (20,13,88)

Color info

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

RGB color model

#140D58 color RGB value is (20,13,88).

  • red value is 20;
  • green value is 13;
  • blue value is 88.
RGB:
(20,13,88)
(8%,5%,35%)

RGB channels and saturation

R 20 of 255 = 8%
G 13 of 255 = 5%
B 88 of 255 = 35%

20
13
88

R + G + B ~ 16%. #140D58 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 13 + 88 = 121 (100%)
R 20 of 121 ~ 16.53%
G 13 of 121 ~ 10.74%
B 88 of 121 ~ 72.73%

%16.53
%10.74
%72.73

CMYK color model

#140D58 color CMYK value is (77,85,0,65).

  • cyan value is 77.27%
  • magenta value is 85.23%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(77,85,0,65)
C77M85Y0K65 
(77%,85%,0%,65%)
(0.77/0.85/0.00/0.65)	

CMYK percentages

%77.27
%85.23
%0
%65.49

Codes

Color #140D58 in popluar color models

140D58
RGB201388
HSL246°74.26%19.80%
HSB/HSV246°85.23%34.51%
CMYK77.27%85.23%0.00%
65.49%

Color #140D58 in popluar number systems.

HEX140D58
Decimal201388
Binary1010011011011000
Octal2415130

Shades and tints

Shades of #140D58

#140D58
(20,13,88)
#130C50
(19,12,80)
#120B48
(18,11,72)
#110A40
(17,10,64)
#100938
(16,9,56)
#0F0830
(15,8,48)
#0E0728
(14,7,40)
#0D0620
(13,6,32)
#0C0518
(12,5,24)
#0B0410
(11,4,16)
#0A0308
(10,3,8)
#000000
(0,0,0)

Tints of #140D58

#140D58
(20,13,88)
#292367
(41,35,103)
#3E3976
(62,57,118)
#534F85
(83,79,133)
#686594
(104,101,148)
#7D7BA3
(125,123,163)
#9291B2
(146,145,178)
#A7A7C1
(167,167,193)
#BCBDD0
(188,189,208)
#D1D3DF
(209,211,223)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140D58 color. Also use rgb(20,13,88) instead hex code.

Text Font Color

.myTextColor { color: #140D58; }

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

This text font color is #140D58.


Background Color

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

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

This div background color is #140D58.


Border color

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

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

This div border color is #140D58.


Opacity

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

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

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

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

This text has shadow with #140D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140D58 on black background.


Color preview on white background

This text has color #140D58 on white background.



Black color preview on #140D58 background

This text has black color on #140D58 background.


White color preview on #140D58 background

This text has white color on #140D58 background.