COLOR #141461

HEX: #141461 RGB: (20,20,97)

Color info

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

RGB color model

#141461 color RGB value is (20,20,97).

RGB: (20,20,97) (8%, 8%, 38%)

RGB channels and saturation

R 20 of 255 = 8%
G 20 of 255 = 8%
B 97 of 255 = 38%

20
20
97

R + G + B ~ 18%. #141461 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 20 + 97 = 137 (100%)
R 20 of 137 ~ 14.6%
G 20 of 137 ~ 14.6%
B 97 of 137 ~ 70.8'%

%14.6
%14.6
%70.8

CMYK color model

#141461 color CMYK value is (79,79,0,62).

  • cyan value is 79.38%
  • magenta value is 79.38%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK: (79,79,0,62) C79M79Y0K62 (79%,79%,0%,62%) (0.79/0.79/0.00/0.62) 

CMYK percentages

%79.38
%79.38
%0
%61.96

Codes

Color #141461 in popluar color models

14 14 61
RGB 20 20 97
HSL 240° 65.81% 22.94%
HSB/HSV 240° 79.38% 38.04%
CMYK 79.38% 79.38% 0.00%
61.96%

Color #141461 in popluar number systems.

HEX 14 14 61
Decimal 20 20 97
Binary 10100 10100 1100001
Octal 24 24 141

Shades and tints

Shades of #141461

#141461
(20,20,97)
#131359
(19,19,89)
#121251
(18,18,81)
#111149
(17,17,73)
#101041
(16,16,65)
#0F0F39
(15,15,57)
#0E0E31
(14,14,49)
#0D0D29
(13,13,41)
#0C0C21
(12,12,33)
#0B0B19
(11,11,25)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #141461

#141461
(20,20,97)
#29296F
(41,41,111)
#3E3E7D
(62,62,125)
#53538B
(83,83,139)
#686899
(104,104,153)
#7D7DA7
(125,125,167)
#9292B5
(146,146,181)
#A7A7C3
(167,167,195)
#BCBCD1
(188,188,209)
#D1D1DF
(209,209,223)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141461; }

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

This text font color is #141461.

Background Color

.myBgColor { background-color: #141461; }

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

This div background color is #141461.

Border color

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

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

This div border color is #141461.

Opacity

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

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

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

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

This text has shadow with #141461 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #141461.

Preview

Color preview on black background

This text has color #141461 on black background.


Color preview on white background

This text has color #141461 on white background.


Black color preview on #141461 background

This text has black color on #141461 background.


White color preview on #141461 background

This text has white color on #141461 background.


Related colors

Complementary color

Complementary color for #hex is #EBEB9E.


I love getcolorcode.com