COLOR #141249

HEX: #141249
RGB: (20,18,73)

Color info

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

RGB color model

#141249 color RGB value is (20,18,73).

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

RGB channels and saturation

R 20 of 255 = 8%
G 18 of 255 = 7%
B 73 of 255 = 29%

20
18
73

R + G + B ~ 15%. #141249 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 18 + 73 = 111 (100%)
R 20 of 111 ~ 18.02%
G 18 of 111 ~ 16.22%
B 73 of 111 ~ 65.77%

%18.02
%16.22
%65.77

CMYK color model

#141249 color CMYK value is (73,75,0,71).

  • cyan value is 72.60%
  • magenta value is 75.34%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(73,75,0,71)
C73M75Y0K71 
(73%,75%,0%,71%)
(0.73/0.75/0.00/0.71)	

CMYK percentages

%72.6
%75.34
%0
%71.37

Codes

Color #141249 in popluar color models

141249
RGB201873
HSL242°60.44%17.84%
HSB/HSV242°75.34%28.63%
CMYK72.60%75.34%0.00%
71.37%

Color #141249 in popluar number systems.

HEX141249
Decimal201873
Binary10100100101001001
Octal2422111

Shades and tints

Shades of #141249

#141249
(20,18,73)
#131143
(19,17,67)
#12103D
(18,16,61)
#110F37
(17,15,55)
#100E31
(16,14,49)
#0F0D2B
(15,13,43)
#0E0C25
(14,12,37)
#0D0B1F
(13,11,31)
#0C0A19
(12,10,25)
#0B0913
(11,9,19)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #141249

#141249
(20,18,73)
#292759
(41,39,89)
#3E3C69
(62,60,105)
#535179
(83,81,121)
#686689
(104,102,137)
#7D7B99
(125,123,153)
#9290A9
(146,144,169)
#A7A5B9
(167,165,185)
#BCBAC9
(188,186,201)
#D1CFD9
(209,207,217)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141249; }

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

This text font color is #141249.


Background Color

.myBgColor { background-color: #141249; }

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

This div background color is #141249.


Border color

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

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

This div border color is #141249.


Opacity

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

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

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

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

This text has shadow with #141249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141249 on black background.


Color preview on white background

This text has color #141249 on white background.



Black color preview on #141249 background

This text has black color on #141249 background.


White color preview on #141249 background

This text has white color on #141249 background.