COLOR #140251

HEX: #140251
RGB: (20,2,81)

Color info

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

RGB color model

#140251 color RGB value is (20,2,81).

  • red value is 20;
  • green value is 2;
  • blue value is 81.
RGB:
(20,2,81)
(8%,1%,32%)

RGB channels and saturation

R 20 of 255 = 8%
G 2 of 255 = 1%
B 81 of 255 = 32%

20
2
81

R + G + B ~ 14%. #140251 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 2 + 81 = 103 (100%)
R 20 of 103 ~ 19.42%
G 2 of 103 ~ 1.94%
B 81 of 103 ~ 78.64%

%19.42
%78.64

CMYK color model

#140251 color CMYK value is (75,98,0,68).

  • cyan value is 75.31%
  • magenta value is 97.53%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(75,98,0,68)
C75M98Y0K68 
(75%,98%,0%,68%)
(0.75/0.98/0.00/0.68)	

CMYK percentages

%75.31
%97.53
%0
%68.24

Codes

Color #140251 in popluar color models

140251
RGB20281
HSL254°95.18%16.27%
HSB/HSV254°97.53%31.76%
CMYK75.31%97.53%0.00%
68.24%

Color #140251 in popluar number systems.

HEX140251
Decimal20281
Binary10100101010001
Octal242121

Shades and tints

Shades of #140251

#140251
(20,2,81)
#13024A
(19,2,74)
#120243
(18,2,67)
#11023C
(17,2,60)
#100235
(16,2,53)
#0F022E
(15,2,46)
#0E0227
(14,2,39)
#0D0220
(13,2,32)
#0C0219
(12,2,25)
#0B0212
(11,2,18)
#0A020B
(10,2,11)
#000000
(0,0,0)

Tints of #140251

#140251
(20,2,81)
#291960
(41,25,96)
#3E306F
(62,48,111)
#53477E
(83,71,126)
#685E8D
(104,94,141)
#7D759C
(125,117,156)
#928CAB
(146,140,171)
#A7A3BA
(167,163,186)
#BCBAC9
(188,186,201)
#D1D1D8
(209,209,216)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140251 color. Also use rgb(20,2,81) instead hex code.

Text Font Color

.myTextColor { color: #140251; }

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

This text font color is #140251.


Background Color

.myBgColor { background-color: #140251; }

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

This div background color is #140251.


Border color

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

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

This div border color is #140251.


Opacity

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

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

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

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

This text has shadow with #140251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140251 on black background.


Color preview on white background

This text has color #140251 on white background.



Black color preview on #140251 background

This text has black color on #140251 background.


White color preview on #140251 background

This text has white color on #140251 background.