COLOR #140A63

HEX: #140A63
RGB: (20,10,99)

Color info

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

RGB color model

#140A63 color RGB value is (20,10,99).

  • red value is 20;
  • green value is 10;
  • blue value is 99.
RGB:
(20,10,99)
(8%,4%,39%)

RGB channels and saturation

R 20 of 255 = 8%
G 10 of 255 = 4%
B 99 of 255 = 39%

20
10
99

R + G + B ~ 17%. #140A63 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 10 + 99 = 129 (100%)
R 20 of 129 ~ 15.5%
G 10 of 129 ~ 7.75%
B 99 of 129 ~ 76.74%

%15.5
%76.74

CMYK color model

#140A63 color CMYK value is (80,90,0,61).

  • cyan value is 79.80%
  • magenta value is 89.90%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(80,90,0,61)
C80M90Y0K61 
(80%,90%,0%,61%)
(0.80/0.90/0.00/0.61)	

CMYK percentages

%79.8
%89.9
%0
%61.18

Codes

Color #140A63 in popluar color models

140A63
RGB201099
HSL247°81.65%21.37%
HSB/HSV247°89.90%38.82%
CMYK79.80%89.90%0.00%
61.18%

Color #140A63 in popluar number systems.

HEX140A63
Decimal201099
Binary1010010101100011
Octal2412143

Shades and tints

Shades of #140A63

#140A63
(20,10,99)
#130A5A
(19,10,90)
#120A51
(18,10,81)
#110A48
(17,10,72)
#100A3F
(16,10,63)
#0F0A36
(15,10,54)
#0E0A2D
(14,10,45)
#0D0A24
(13,10,36)
#0C0A1B
(12,10,27)
#0B0A12
(11,10,18)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #140A63

#140A63
(20,10,99)
#292071
(41,32,113)
#3E367F
(62,54,127)
#534C8D
(83,76,141)
#68629B
(104,98,155)
#7D78A9
(125,120,169)
#928EB7
(146,142,183)
#A7A4C5
(167,164,197)
#BCBAD3
(188,186,211)
#D1D0E1
(209,208,225)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140A63 color. Also use rgb(20,10,99) instead hex code.

Text Font Color

.myTextColor { color: #140A63; }

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

This text font color is #140A63.


Background Color

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

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

This div background color is #140A63.


Border color

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

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

This div border color is #140A63.


Opacity

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

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

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

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

This text has shadow with #140A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140A63 on black background.


Color preview on white background

This text has color #140A63 on white background.



Black color preview on #140A63 background

This text has black color on #140A63 background.


White color preview on #140A63 background

This text has white color on #140A63 background.