COLOR #140B58

HEX: #140B58
RGB: (20,11,88)

Color info

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

RGB color model

#140B58 color RGB value is (20,11,88).

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

RGB channels and saturation

R 20 of 255 = 8%
G 11 of 255 = 4%
B 88 of 255 = 35%

20
11
88

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

Portions of RGB colors in percentages

R + G + B =
20 + 11 + 88 = 119 (100%)
R 20 of 119 ~ 16.81%
G 11 of 119 ~ 9.24%
B 88 of 119 ~ 73.95%

%16.81
%73.95

CMYK color model

#140B58 color CMYK value is (77,88,0,65).

  • cyan value is 77.27%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(77,88,0,65)
C77M88Y0K65 
(77%,88%,0%,65%)
(0.77/0.88/0.00/0.65)	

CMYK percentages

%77.27
%87.5
%0
%65.49

Codes

Color #140B58 in popluar color models

140B58
RGB201188
HSL247°77.78%19.41%
HSB/HSV247°87.50%34.51%
CMYK77.27%87.50%0.00%
65.49%

Color #140B58 in popluar number systems.

HEX140B58
Decimal201188
Binary1010010111011000
Octal2413130

Shades and tints

Shades of #140B58

#140B58
(20,11,88)
#130A50
(19,10,80)
#120948
(18,9,72)
#110840
(17,8,64)
#100738
(16,7,56)
#0F0630
(15,6,48)
#0E0528
(14,5,40)
#0D0420
(13,4,32)
#0C0318
(12,3,24)
#0B0210
(11,2,16)
#0A0108
(10,1,8)
#000000
(0,0,0)

Tints of #140B58

#140B58
(20,11,88)
#292167
(41,33,103)
#3E3776
(62,55,118)
#534D85
(83,77,133)
#686394
(104,99,148)
#7D79A3
(125,121,163)
#928FB2
(146,143,178)
#A7A5C1
(167,165,193)
#BCBBD0
(188,187,208)
#D1D1DF
(209,209,223)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140B58; }

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

This text font color is #140B58.


Background Color

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

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

This div background color is #140B58.


Border color

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

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

This div border color is #140B58.


Opacity

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

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

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

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

This text has shadow with #140B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140B58 on black background.


Color preview on white background

This text has color #140B58 on white background.



Black color preview on #140B58 background

This text has black color on #140B58 background.


White color preview on #140B58 background

This text has white color on #140B58 background.