COLOR #143561

HEX: #143561
RGB: (20,53,97)

Color info

#143561 contains mainly green and blue colors. Web safe color of #143561 is #003366 (or #036).

RGB color model

#143561 color RGB value is (20,53,97).

  • red value is 20;
  • green value is 53;
  • blue value is 97.
RGB:
(20,53,97)
(8%,21%,38%)

RGB channels and saturation

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

20
53
97

R + G + B ~ 22%. #143561 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 53 + 97 = 170 (100%)
R 20 of 170 ~ 11.76%
G 53 of 170 ~ 31.18%
B 97 of 170 ~ 57.06%

%11.76
%31.18
%57.06

CMYK color model

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

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

CMYK percentages

%79.38
%45.36
%0
%61.96

Codes

Color #143561 in popluar color models

143561
RGB205397
HSL214°65.81%22.94%
HSB/HSV214°79.38%38.04%
CMYK79.38%45.36%0.00%
61.96%

Color #143561 in popluar number systems.

HEX143561
Decimal205397
Binary101001101011100001
Octal2465141

Shades and tints

Shades of #143561

#143561
(20,53,97)
#133159
(19,49,89)
#122D51
(18,45,81)
#112949
(17,41,73)
#102541
(16,37,65)
#0F2139
(15,33,57)
#0E1D31
(14,29,49)
#0D1929
(13,25,41)
#0C1521
(12,21,33)
#0B1119
(11,17,25)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #143561

#143561
(20,53,97)
#29476F
(41,71,111)
#3E597D
(62,89,125)
#536B8B
(83,107,139)
#687D99
(104,125,153)
#7D8FA7
(125,143,167)
#92A1B5
(146,161,181)
#A7B3C3
(167,179,195)
#BCC5D1
(188,197,209)
#D1D7DF
(209,215,223)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143561; }

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

This text font color is #143561.


Background Color

.myBgColor { background-color: #143561; }

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

This div background color is #143561.


Border color

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

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

This div border color is #143561.


Opacity

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

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

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

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

This text has shadow with #143561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143561 on black background.


Color preview on white background

This text has color #143561 on white background.



Black color preview on #143561 background

This text has black color on #143561 background.


White color preview on #143561 background

This text has white color on #143561 background.