COLOR #142388

HEX: #142388
RGB: (20,35,136)

Color info

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

RGB color model

#142388 color RGB value is (20,35,136).

  • red value is 20;
  • green value is 35;
  • blue value is 136.
RGB:
(20,35,136)
(8%,14%,53%)

RGB channels and saturation

R 20 of 255 = 8%
G 35 of 255 = 14%
B 136 of 255 = 53%

20
35
136

R + G + B ~ 25%. #142388 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 35 + 136 = 191 (100%)
R 20 of 191 ~ 10.47%
G 35 of 191 ~ 18.32%
B 136 of 191 ~ 71.2%

%10.47
%18.32
%71.2

CMYK color model

#142388 color CMYK value is (85,74,0,47).

  • cyan value is 85.29%
  • magenta value is 74.26%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(85,74,0,47)
C85M74Y0K47 
(85%,74%,0%,47%)
(0.85/0.74/0.00/0.47)	

CMYK percentages

%85.29
%74.26
%0
%46.67

Codes

Color #142388 in popluar color models

142388
RGB2035136
HSL232°74.36%30.59%
HSB/HSV232°85.29%53.33%
CMYK85.29%74.26%0.00%
46.67%

Color #142388 in popluar number systems.

HEX142388
Decimal2035136
Binary1010010001110001000
Octal2443210

Shades and tints

Shades of #142388

#142388
(20,35,136)
#13207C
(19,32,124)
#121D70
(18,29,112)
#111A64
(17,26,100)
#101758
(16,23,88)
#0F144C
(15,20,76)
#0E1140
(14,17,64)
#0D0E34
(13,14,52)
#0C0B28
(12,11,40)
#0B081C
(11,8,28)
#0A0510
(10,5,16)
#000000
(0,0,0)

Tints of #142388

#142388
(20,35,136)
#293792
(41,55,146)
#3E4B9C
(62,75,156)
#535FA6
(83,95,166)
#6873B0
(104,115,176)
#7D87BA
(125,135,186)
#929BC4
(146,155,196)
#A7AFCE
(167,175,206)
#BCC3D8
(188,195,216)
#D1D7E2
(209,215,226)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #142388 color. Also use rgb(20,35,136) instead hex code.

Text Font Color

.myTextColor { color: #142388; }

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

This text font color is #142388.


Background Color

.myBgColor { background-color: #142388; }

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

This div background color is #142388.


Border color

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

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

This div border color is #142388.


Opacity

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

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

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

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

This text has shadow with #142388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142388 on black background.


Color preview on white background

This text has color #142388 on white background.



Black color preview on #142388 background

This text has black color on #142388 background.


White color preview on #142388 background

This text has white color on #142388 background.