COLOR #143B63

HEX: #143B63
RGB: (20,59,99)

Color info

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

RGB color model

#143B63 color RGB value is (20,59,99).

  • red value is 20;
  • green value is 59;
  • blue value is 99.
RGB:
(20,59,99)
(8%,23%,39%)

RGB channels and saturation

R 20 of 255 = 8%
G 59 of 255 = 23%
B 99 of 255 = 39%

20
59
99

R + G + B ~ 23%. #143B63 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 59 + 99 = 178 (100%)
R 20 of 178 ~ 11.24%
G 59 of 178 ~ 33.15%
B 99 of 178 ~ 55.62%

%11.24
%33.15
%55.62

CMYK color model

#143B63 color CMYK value is (80,40,0,61).

  • cyan value is 79.80%
  • magenta value is 40.40%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(80,40,0,61)
C80M40Y0K61 
(80%,40%,0%,61%)
(0.80/0.40/0.00/0.61)	

CMYK percentages

%79.8
%40.4
%0
%61.18

Codes

Color #143B63 in popluar color models

143B63
RGB205999
HSL210°66.39%23.33%
HSB/HSV210°79.80%38.82%
CMYK79.80%40.40%0.00%
61.18%

Color #143B63 in popluar number systems.

HEX143B63
Decimal205999
Binary101001110111100011
Octal2473143

Shades and tints

Shades of #143B63

#143B63
(20,59,99)
#13365A
(19,54,90)
#123151
(18,49,81)
#112C48
(17,44,72)
#10273F
(16,39,63)
#0F2236
(15,34,54)
#0E1D2D
(14,29,45)
#0D1824
(13,24,36)
#0C131B
(12,19,27)
#0B0E12
(11,14,18)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #143B63

#143B63
(20,59,99)
#294C71
(41,76,113)
#3E5D7F
(62,93,127)
#536E8D
(83,110,141)
#687F9B
(104,127,155)
#7D90A9
(125,144,169)
#92A1B7
(146,161,183)
#A7B2C5
(167,178,197)
#BCC3D3
(188,195,211)
#D1D4E1
(209,212,225)
#E6E5EF
(230,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143B63 color. Also use rgb(20,59,99) instead hex code.

Text Font Color

.myTextColor { color: #143B63; }

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

This text font color is #143B63.


Background Color

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

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

This div background color is #143B63.


Border color

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

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

This div border color is #143B63.


Opacity

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

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

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

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

This text has shadow with #143B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143B63 on black background.


Color preview on white background

This text has color #143B63 on white background.



Black color preview on #143B63 background

This text has black color on #143B63 background.


White color preview on #143B63 background

This text has white color on #143B63 background.