COLOR #140998

HEX: #140998
RGB: (20,9,152)

Color info

#140998 contains mainly blue color. Web safe color of #140998 is #000099 (or #009).

RGB color model

#140998 color RGB value is (20,9,152).

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

RGB channels and saturation

R 20 of 255 = 8%
G 9 of 255 = 4%
B 152 of 255 = 60%

20
9
152

R + G + B ~ 24%. #140998 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 9 + 152 = 181 (100%)
R 20 of 181 ~ 11.05%
G 9 of 181 ~ 4.97%
B 152 of 181 ~ 83.98%

%11.05
%83.98

CMYK color model

#140998 color CMYK value is (87,94,0,40).

  • cyan value is 86.84%
  • magenta value is 94.08%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(87,94,0,40)
C87M94Y0K40 
(87%,94%,0%,40%)
(0.87/0.94/0.00/0.40)	

CMYK percentages

%86.84
%94.08
%0
%40.39

Codes

Color #140998 in popluar color models

140998
RGB209152
HSL245°88.82%31.57%
HSB/HSV245°94.08%59.61%
CMYK86.84%94.08%0.00%
40.39%

Color #140998 in popluar number systems.

HEX140998
Decimal209152
Binary10100100110011000
Octal2411230

Shades and tints

Shades of #140998

#140998
(20,9,152)
#13098B
(19,9,139)
#12097E
(18,9,126)
#110971
(17,9,113)
#100964
(16,9,100)
#0F0957
(15,9,87)
#0E094A
(14,9,74)
#0D093D
(13,9,61)
#0C0930
(12,9,48)
#0B0923
(11,9,35)
#0A0916
(10,9,22)
#000000
(0,0,0)

Tints of #140998

#140998
(20,9,152)
#291FA1
(41,31,161)
#3E35AA
(62,53,170)
#534BB3
(83,75,179)
#6861BC
(104,97,188)
#7D77C5
(125,119,197)
#928DCE
(146,141,206)
#A7A3D7
(167,163,215)
#BCB9E0
(188,185,224)
#D1CFE9
(209,207,233)
#E6E5F2
(230,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140998; }

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

This text font color is #140998.


Background Color

.myBgColor { background-color: #140998; }

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

This div background color is #140998.


Border color

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

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

This div border color is #140998.


Opacity

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

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

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

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

This text has shadow with #140998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140998 on black background.


Color preview on white background

This text has color #140998 on white background.



Black color preview on #140998 background

This text has black color on #140998 background.


White color preview on #140998 background

This text has white color on #140998 background.