COLOR #141F4D

HEX: #141F4D
RGB: (20,31,77)

Color info

#141F4D contains red, green and blue colors in about the same proportion. Web safe color of #141F4D is #003333 (or #033).

RGB color model

#141F4D color RGB value is (20,31,77).

  • red value is 20;
  • green value is 31;
  • blue value is 77.
RGB:
(20,31,77)
(8%,12%,30%)

RGB channels and saturation

R 20 of 255 = 8%
G 31 of 255 = 12%
B 77 of 255 = 30%

20
31
77

R + G + B ~ 17%. #141F4D is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 31 + 77 = 128 (100%)
R 20 of 128 ~ 15.63%
G 31 of 128 ~ 24.22%
B 77 of 128 ~ 60.16%

%15.63
%24.22
%60.16

CMYK color model

#141F4D color CMYK value is (74,60,0,70).

  • cyan value is 74.03%
  • magenta value is 59.74%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(74,60,0,70)
C74M60Y0K70 
(74%,60%,0%,70%)
(0.74/0.60/0.00/0.70)	

CMYK percentages

%74.03
%59.74
%0
%69.8

Codes

Color #141F4D in popluar color models

141F4D
RGB203177
HSL228°58.76%19.02%
HSB/HSV228°74.03%30.20%
CMYK74.03%59.74%0.00%
69.80%

Color #141F4D in popluar number systems.

HEX141F4D
Decimal203177
Binary10100111111001101
Octal2437115

Shades and tints

Shades of #141F4D

#141F4D
(20,31,77)
#131D46
(19,29,70)
#121B3F
(18,27,63)
#111938
(17,25,56)
#101731
(16,23,49)
#0F152A
(15,21,42)
#0E1323
(14,19,35)
#0D111C
(13,17,28)
#0C0F15
(12,15,21)
#0B0D0E
(11,13,14)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #141F4D

#141F4D
(20,31,77)
#29335D
(41,51,93)
#3E476D
(62,71,109)
#535B7D
(83,91,125)
#686F8D
(104,111,141)
#7D839D
(125,131,157)
#9297AD
(146,151,173)
#A7ABBD
(167,171,189)
#BCBFCD
(188,191,205)
#D1D3DD
(209,211,221)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141F4D color. Also use rgb(20,31,77) instead hex code.

Text Font Color

.myTextColor { color: #141F4D; }

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

This text font color is #141F4D.


Background Color

.myBgColor { background-color: #141F4D; }

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

This div background color is #141F4D.


Border color

.myBorderColor { border: 1px solid #141F4D; }

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

This div border color is #141F4D.


Opacity

.myOpacity80 { color: #141F4D; opacity: 0.8; }

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

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

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

This text has shadow with #141F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141F4D on black background.


Color preview on white background

This text has color #141F4D on white background.



Black color preview on #141F4D background

This text has black color on #141F4D background.


White color preview on #141F4D background

This text has white color on #141F4D background.