COLOR #143364

HEX: #143364
RGB: (20,51,100)

Color info

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

RGB color model

#143364 color RGB value is (20,51,100).

  • red value is 20;
  • green value is 51;
  • blue value is 100.
RGB:
(20,51,100)
(8%,20%,39%)

RGB channels and saturation

R 20 of 255 = 8%
G 51 of 255 = 20%
B 100 of 255 = 39%

20
51
100

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

Portions of RGB colors in percentages

R + G + B =
20 + 51 + 100 = 171 (100%)
R 20 of 171 ~ 11.7%
G 51 of 171 ~ 29.82%
B 100 of 171 ~ 58.48%

%11.7
%29.82
%58.48

CMYK color model

#143364 color CMYK value is (80,49,0,61).

  • cyan value is 80.00%
  • magenta value is 49.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(80,49,0,61)
C80M49Y0K61 
(80%,49%,0%,61%)
(0.80/0.49/0.00/0.61)	

CMYK percentages

%80
%49
%0
%60.78

Codes

Color #143364 in popluar color models

143364
RGB2051100
HSL217°66.67%23.53%
HSB/HSV217°80.00%39.22%
CMYK80.00%49.00%0.00%
60.78%

Color #143364 in popluar number systems.

HEX143364
Decimal2051100
Binary101001100111100100
Octal2463144

Shades and tints

Shades of #143364

#143364
(20,51,100)
#132F5B
(19,47,91)
#122B52
(18,43,82)
#112749
(17,39,73)
#102340
(16,35,64)
#0F1F37
(15,31,55)
#0E1B2E
(14,27,46)
#0D1725
(13,23,37)
#0C131C
(12,19,28)
#0B0F13
(11,15,19)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #143364

#143364
(20,51,100)
#294572
(41,69,114)
#3E5780
(62,87,128)
#53698E
(83,105,142)
#687B9C
(104,123,156)
#7D8DAA
(125,141,170)
#929FB8
(146,159,184)
#A7B1C6
(167,177,198)
#BCC3D4
(188,195,212)
#D1D5E2
(209,213,226)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143364; }

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

This text font color is #143364.


Background Color

.myBgColor { background-color: #143364; }

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

This div background color is #143364.


Border color

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

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

This div border color is #143364.


Opacity

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

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

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

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

This text has shadow with #143364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143364 on black background.


Color preview on white background

This text has color #143364 on white background.



Black color preview on #143364 background

This text has black color on #143364 background.


White color preview on #143364 background

This text has white color on #143364 background.