COLOR #140978

HEX: #140978
RGB: (20,9,120)

Color info

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

RGB color model

#140978 color RGB value is (20,9,120).

  • red value is 20;
  • green value is 9;
  • blue value is 120.
RGB:
(20,9,120)
(8%,4%,47%)

RGB channels and saturation

R 20 of 255 = 8%
G 9 of 255 = 4%
B 120 of 255 = 47%

20
9
120

R + G + B ~ 20%. #140978 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 9 + 120 = 149 (100%)
R 20 of 149 ~ 13.42%
G 9 of 149 ~ 6.04%
B 120 of 149 ~ 80.54%

%13.42
%80.54

CMYK color model

#140978 color CMYK value is (83,93,0,53).

  • cyan value is 83.33%
  • magenta value is 92.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(83,93,0,53)
C83M93Y0K53 
(83%,93%,0%,53%)
(0.83/0.93/0.00/0.53)	

CMYK percentages

%83.33
%92.5
%0
%52.94

Codes

Color #140978 in popluar color models

140978
RGB209120
HSL246°86.05%25.29%
HSB/HSV246°92.50%47.06%
CMYK83.33%92.50%0.00%
52.94%

Color #140978 in popluar number systems.

HEX140978
Decimal209120
Binary1010010011111000
Octal2411170

Shades and tints

Shades of #140978

#140978
(20,9,120)
#13096E
(19,9,110)
#120964
(18,9,100)
#11095A
(17,9,90)
#100950
(16,9,80)
#0F0946
(15,9,70)
#0E093C
(14,9,60)
#0D0932
(13,9,50)
#0C0928
(12,9,40)
#0B091E
(11,9,30)
#0A0914
(10,9,20)
#000000
(0,0,0)

Tints of #140978

#140978
(20,9,120)
#291F84
(41,31,132)
#3E3590
(62,53,144)
#534B9C
(83,75,156)
#6861A8
(104,97,168)
#7D77B4
(125,119,180)
#928DC0
(146,141,192)
#A7A3CC
(167,163,204)
#BCB9D8
(188,185,216)
#D1CFE4
(209,207,228)
#E6E5F0
(230,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140978 color. Also use rgb(20,9,120) instead hex code.

Text Font Color

.myTextColor { color: #140978; }

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

This text font color is #140978.


Background Color

.myBgColor { background-color: #140978; }

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

This div background color is #140978.


Border color

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

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

This div border color is #140978.


Opacity

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

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

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

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

This text has shadow with #140978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140978 on black background.


Color preview on white background

This text has color #140978 on white background.



Black color preview on #140978 background

This text has black color on #140978 background.


White color preview on #140978 background

This text has white color on #140978 background.