COLOR #140F9B

HEX: #140F9B
RGB: (20,15,155)

Color info

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

RGB color model

#140F9B color RGB value is (20,15,155).

  • red value is 20;
  • green value is 15;
  • blue value is 155.
RGB:
(20,15,155)
(8%,6%,61%)

RGB channels and saturation

R 20 of 255 = 8%
G 15 of 255 = 6%
B 155 of 255 = 61%

20
15
155

R + G + B ~ 25%. #140F9B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 15 + 155 = 190 (100%)
R 20 of 190 ~ 10.53%
G 15 of 190 ~ 7.89%
B 155 of 190 ~ 81.58%

%10.53
%81.58

CMYK color model

#140F9B color CMYK value is (87,90,0,39).

  • cyan value is 87.10%
  • magenta value is 90.32%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(87,90,0,39)
C87M90Y0K39 
(87%,90%,0%,39%)
(0.87/0.90/0.00/0.39)	

CMYK percentages

%87.1
%90.32
%0
%39.22

Codes

Color #140F9B in popluar color models

140F9B
RGB2015155
HSL242°82.35%33.33%
HSB/HSV242°90.32%60.78%
CMYK87.10%90.32%0.00%
39.22%

Color #140F9B in popluar number systems.

HEX140F9B
Decimal2015155
Binary10100111110011011
Octal2417233

Shades and tints

Shades of #140F9B

#140F9B
(20,15,155)
#130E8D
(19,14,141)
#120D7F
(18,13,127)
#110C71
(17,12,113)
#100B63
(16,11,99)
#0F0A55
(15,10,85)
#0E0947
(14,9,71)
#0D0839
(13,8,57)
#0C072B
(12,7,43)
#0B061D
(11,6,29)
#0A050F
(10,5,15)
#000000
(0,0,0)

Tints of #140F9B

#140F9B
(20,15,155)
#2924A4
(41,36,164)
#3E39AD
(62,57,173)
#534EB6
(83,78,182)
#6863BF
(104,99,191)
#7D78C8
(125,120,200)
#928DD1
(146,141,209)
#A7A2DA
(167,162,218)
#BCB7E3
(188,183,227)
#D1CCEC
(209,204,236)
#E6E1F5
(230,225,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140F9B color. Also use rgb(20,15,155) instead hex code.

Text Font Color

.myTextColor { color: #140F9B; }

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

This text font color is #140F9B.


Background Color

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

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

This div background color is #140F9B.


Border color

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

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

This div border color is #140F9B.


Opacity

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

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

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

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

This text has shadow with #140F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140F9B on black background.


Color preview on white background

This text has color #140F9B on white background.



Black color preview on #140F9B background

This text has black color on #140F9B background.


White color preview on #140F9B background

This text has white color on #140F9B background.