COLOR #143A5A

HEX: #143A5A RGB: (20,58,90)

Color info

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

RGB color model

#143A5A color RGB value is (20,58,90).

RGB: (20,58,90) (8%, 23%, 35%)

RGB channels and saturation

R 20 of 255 = 8%
G 58 of 255 = 23%
B 90 of 255 = 35%

20
58
90

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

Portions of RGB colors in percentages

R + G + B = 20 + 58 + 90 = 168 (100%)
R 20 of 168 ~ 11.9%
G 58 of 168 ~ 34.52%
B 90 of 168 ~ 53.57'%

%11.9
%34.52
%53.57

CMYK color model

#143A5A color CMYK value is (78,36,0,65).

  • cyan value is 77.78%
  • magenta value is 35.56%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (78,36,0,65)
C78M36Y0K65 (78%, 36%, 0%, 65%)
(0.78 / 0.36 / 0.00 / 0.65)

CMYK percentages

%77.78
%35.56
%0
%64.71

Codes

Color #143A5A in popluar color models

14 3A 5A
RGB 20 58 90
HSL 207° 63.64% 21.57%
HSB/HSV 207° 77.78% 35.29%
CMYK 77.78% 35.56% 0.00%
64.71%

Color #143A5A in popluar number systems.

HEX 14 3A 5A
Decimal 20 58 90
Binary 10100 111010 1011010
Octal 24 72 132

Shades and tints

Shades of #143A5A

#143A5A
(20,58,90)
#133552
(19,53,82)
#12304A
(18,48,74)
#112B42
(17,43,66)
#10263A
(16,38,58)
#0F2132
(15,33,50)
#0E1C2A
(14,28,42)
#0D1722
(13,23,34)
#0C121A
(12,18,26)
#0B0D12
(11,13,18)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #143A5A

#143A5A
(20,58,90)
#294B69
(41,75,105)
#3E5C78
(62,92,120)
#536D87
(83,109,135)
#687E96
(104,126,150)
#7D8FA5
(125,143,165)
#92A0B4
(146,160,180)
#A7B1C3
(167,177,195)
#BCC2D2
(188,194,210)
#D1D3E1
(209,211,225)
#E6E4F0
(230,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143A5A; }

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

This text font color is #143A5A.

Background Color

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

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

This div background color is #143A5A.

Border color

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

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

This div border color is #143A5A.

Opacity

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

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

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

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

This text has shadow with #143A5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #143A5A.

Preview

Color preview on black background

This text has color #143A5A on black background.


Color preview on white background

This text has color #143A5A on white background.


Black color preview on #143A5A background

This text has black color on #143A5A background.


White color preview on #143A5A background

This text has white color on #143A5A background.


Related colors

Complementary color

Complementary color for #hex is #EBC5A5.


I love getcolorcode.com

Triadic colors

1 #5A143A and #3A5A14 with #143A5A are triadic colors.

2 #5A3A14 and #3A145A with #143A5A are triadic colors.