COLOR #141246

HEX: #141246
RGB: (20,18,70)

Color info

#141246 contains red, green and blue colors in about the same proportion. Web safe color of #141246 is #000033 (or #003).

RGB color model

#141246 color RGB value is (20,18,70).

  • red value is 20;
  • green value is 18;
  • blue value is 70.
RGB:
(20,18,70)
(8%,7%,27%)

RGB channels and saturation

R 20 of 255 = 8%
G 18 of 255 = 7%
B 70 of 255 = 27%

20
18
70

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

Portions of RGB colors in percentages

R + G + B =
20 + 18 + 70 = 108 (100%)
R 20 of 108 ~ 18.52%
G 18 of 108 ~ 16.67%
B 70 of 108 ~ 64.81%

%18.52
%16.67
%64.81

CMYK color model

#141246 color CMYK value is (71,74,0,73).

  • cyan value is 71.43%
  • magenta value is 74.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(71,74,0,73)
C71M74Y0K73 
(71%,74%,0%,73%)
(0.71/0.74/0.00/0.73)	

CMYK percentages

%71.43
%74.29
%0
%72.55

Codes

Color #141246 in popluar color models

141246
RGB201870
HSL242°59.09%17.25%
HSB/HSV242°74.29%27.45%
CMYK71.43%74.29%0.00%
72.55%

Color #141246 in popluar number systems.

HEX141246
Decimal201870
Binary10100100101000110
Octal2422106

Shades and tints

Shades of #141246

#141246
(20,18,70)
#131140
(19,17,64)
#12103A
(18,16,58)
#110F34
(17,15,52)
#100E2E
(16,14,46)
#0F0D28
(15,13,40)
#0E0C22
(14,12,34)
#0D0B1C
(13,11,28)
#0C0A16
(12,10,22)
#0B0910
(11,9,16)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #141246

#141246
(20,18,70)
#292756
(41,39,86)
#3E3C66
(62,60,102)
#535176
(83,81,118)
#686686
(104,102,134)
#7D7B96
(125,123,150)
#9290A6
(146,144,166)
#A7A5B6
(167,165,182)
#BCBAC6
(188,186,198)
#D1CFD6
(209,207,214)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141246 color. Also use rgb(20,18,70) instead hex code.

Text Font Color

.myTextColor { color: #141246; }

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

This text font color is #141246.


Background Color

.myBgColor { background-color: #141246; }

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

This div background color is #141246.


Border color

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

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

This div border color is #141246.


Opacity

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

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

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

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

This text has shadow with #141246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141246 on black background.


Color preview on white background

This text has color #141246 on white background.



Black color preview on #141246 background

This text has black color on #141246 background.


White color preview on #141246 background

This text has white color on #141246 background.