COLOR #143AA4

HEX: #143AA4
RGB: (20,58,164)

Color info

#143AA4 contains mainly blue color. Web safe color of #143AA4 is #003399 (or #039).

RGB color model

#143AA4 color RGB value is (20,58,164).

  • red value is 20;
  • green value is 58;
  • blue value is 164.
RGB:
(20,58,164)
(8%,23%,64%)

RGB channels and saturation

R 20 of 255 = 8%
G 58 of 255 = 23%
B 164 of 255 = 64%

20
58
164

R + G + B ~ 32%. #143AA4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 58 + 164 = 242 (100%)
R 20 of 242 ~ 8.26%
G 58 of 242 ~ 23.97%
B 164 of 242 ~ 67.77%

%23.97
%67.77

CMYK color model

#143AA4 color CMYK value is (88,65,0,36).

  • cyan value is 87.80%
  • magenta value is 64.63%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(88,65,0,36)
C88M65Y0K36 
(88%,65%,0%,36%)
(0.88/0.65/0.00/0.36)	

CMYK percentages

%87.8
%64.63
%0
%35.69

Codes

Color #143AA4 in popluar color models

143AA4
RGB2058164
HSL224°78.26%36.08%
HSB/HSV224°87.80%64.31%
CMYK87.80%64.63%0.00%
35.69%

Color #143AA4 in popluar number systems.

HEX143AA4
Decimal2058164
Binary1010011101010100100
Octal2472244

Shades and tints

Shades of #143AA4

#143AA4
(20,58,164)
#133596
(19,53,150)
#123088
(18,48,136)
#112B7A
(17,43,122)
#10266C
(16,38,108)
#0F215E
(15,33,94)
#0E1C50
(14,28,80)
#0D1742
(13,23,66)
#0C1234
(12,18,52)
#0B0D26
(11,13,38)
#0A0818
(10,8,24)
#000000
(0,0,0)

Tints of #143AA4

#143AA4
(20,58,164)
#294BAC
(41,75,172)
#3E5CB4
(62,92,180)
#536DBC
(83,109,188)
#687EC4
(104,126,196)
#7D8FCC
(125,143,204)
#92A0D4
(146,160,212)
#A7B1DC
(167,177,220)
#BCC2E4
(188,194,228)
#D1D3EC
(209,211,236)
#E6E4F4
(230,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143AA4 color. Also use rgb(20,58,164) instead hex code.

Text Font Color

.myTextColor { color: #143AA4; }

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

This text font color is #143AA4.


Background Color

.myBgColor { background-color: #143AA4; }

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

This div background color is #143AA4.


Border color

.myBorderColor { border: 1px solid #143AA4; }

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

This div border color is #143AA4.


Opacity

.myOpacity80 { color: #143AA4; opacity: 0.8; }

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

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

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

This text has shadow with #143AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143AA4 on black background.


Color preview on white background

This text has color #143AA4 on white background.



Black color preview on #143AA4 background

This text has black color on #143AA4 background.


White color preview on #143AA4 background

This text has white color on #143AA4 background.