COLOR #142585

HEX: #142585
RGB: (20,37,133)

Color info

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

RGB color model

#142585 color RGB value is (20,37,133).

  • red value is 20;
  • green value is 37;
  • blue value is 133.
RGB:
(20,37,133)
(8%,15%,52%)

RGB channels and saturation

R 20 of 255 = 8%
G 37 of 255 = 15%
B 133 of 255 = 52%

20
37
133

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

Portions of RGB colors in percentages

R + G + B =
20 + 37 + 133 = 190 (100%)
R 20 of 190 ~ 10.53%
G 37 of 190 ~ 19.47%
B 133 of 190 ~ 70%

%10.53
%19.47
%70

CMYK color model

#142585 color CMYK value is (85,72,0,48).

  • cyan value is 84.96%
  • magenta value is 72.18%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(85,72,0,48)
C85M72Y0K48 
(85%,72%,0%,48%)
(0.85/0.72/0.00/0.48)	

CMYK percentages

%84.96
%72.18
%0
%47.84

Codes

Color #142585 in popluar color models

142585
RGB2037133
HSL231°73.86%30.00%
HSB/HSV231°84.96%52.16%
CMYK84.96%72.18%0.00%
47.84%

Color #142585 in popluar number systems.

HEX142585
Decimal2037133
Binary1010010010110000101
Octal2445205

Shades and tints

Shades of #142585

#142585
(20,37,133)
#132279
(19,34,121)
#121F6D
(18,31,109)
#111C61
(17,28,97)
#101955
(16,25,85)
#0F1649
(15,22,73)
#0E133D
(14,19,61)
#0D1031
(13,16,49)
#0C0D25
(12,13,37)
#0B0A19
(11,10,25)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #142585

#142585
(20,37,133)
#293890
(41,56,144)
#3E4B9B
(62,75,155)
#535EA6
(83,94,166)
#6871B1
(104,113,177)
#7D84BC
(125,132,188)
#9297C7
(146,151,199)
#A7AAD2
(167,170,210)
#BCBDDD
(188,189,221)
#D1D0E8
(209,208,232)
#E6E3F3
(230,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #142585 color. Also use rgb(20,37,133) instead hex code.

Text Font Color

.myTextColor { color: #142585; }

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

This text font color is #142585.


Background Color

.myBgColor { background-color: #142585; }

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

This div background color is #142585.


Border color

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

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

This div border color is #142585.


Opacity

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

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

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

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

This text has shadow with #142585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142585 on black background.


Color preview on white background

This text has color #142585 on white background.



Black color preview on #142585 background

This text has black color on #142585 background.


White color preview on #142585 background

This text has white color on #142585 background.