COLOR #143CC8

HEX: #143CC8
RGB: (20,60,200)

Color info

#143CC8 contains mainly blue color. Web safe color of #143CC8 is #0033CC (or #03C).

RGB color model

#143CC8 color RGB value is (20,60,200).

  • red value is 20;
  • green value is 60;
  • blue value is 200.
RGB:
(20,60,200)
(8%,24%,78%)

RGB channels and saturation

R 20 of 255 = 8%
G 60 of 255 = 24%
B 200 of 255 = 78%

20
60
200

R + G + B ~ 37%. #143CC8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 60 + 200 = 280 (100%)
R 20 of 280 ~ 7.14%
G 60 of 280 ~ 21.43%
B 200 of 280 ~ 71.43%

%21.43
%71.43

CMYK color model

#143CC8 color CMYK value is (90,70,0,22).

  • cyan value is 90.00%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(90,70,0,22)
C90M70Y0K22 
(90%,70%,0%,22%)
(0.90/0.70/0.00/0.22)	

CMYK percentages

%90
%70
%0
%21.57

Codes

Color #143CC8 in popluar color models

143CC8
RGB2060200
HSL227°81.82%43.14%
HSB/HSV227°90.00%78.43%
CMYK90.00%70.00%0.00%
21.57%

Color #143CC8 in popluar number systems.

HEX143CC8
Decimal2060200
Binary1010011110011001000
Octal2474310

Shades and tints

Shades of #143CC8

#143CC8
(20,60,200)
#1337B6
(19,55,182)
#1232A4
(18,50,164)
#112D92
(17,45,146)
#102880
(16,40,128)
#0F236E
(15,35,110)
#0E1E5C
(14,30,92)
#0D194A
(13,25,74)
#0C1438
(12,20,56)
#0B0F26
(11,15,38)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #143CC8

#143CC8
(20,60,200)
#294DCD
(41,77,205)
#3E5ED2
(62,94,210)
#536FD7
(83,111,215)
#6880DC
(104,128,220)
#7D91E1
(125,145,225)
#92A2E6
(146,162,230)
#A7B3EB
(167,179,235)
#BCC4F0
(188,196,240)
#D1D5F5
(209,213,245)
#E6E6FA
(230,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143CC8 color. Also use rgb(20,60,200) instead hex code.

Text Font Color

.myTextColor { color: #143CC8; }

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

This text font color is #143CC8.


Background Color

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

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

This div background color is #143CC8.


Border color

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

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

This div border color is #143CC8.


Opacity

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

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

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

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

This text has shadow with #143CC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143CC8 on black background.


Color preview on white background

This text has color #143CC8 on white background.



Black color preview on #143CC8 background

This text has black color on #143CC8 background.


White color preview on #143CC8 background

This text has white color on #143CC8 background.