COLOR #145988

HEX: #145988
RGB: (20,89,136)

Color info

#145988 contains mainly green and blue colors. Web safe color of #145988 is #006699 (or #069).

RGB color model

#145988 color RGB value is (20,89,136).

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

RGB channels and saturation

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

20
89
136

R + G + B ~ 32%. #145988 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 89 + 136 = 245 (100%)
R 20 of 245 ~ 8.16%
G 89 of 245 ~ 36.33%
B 136 of 245 ~ 55.51%

%36.33
%55.51

CMYK color model

#145988 color CMYK value is (85,35,0,47).

  • cyan value is 85.29%
  • magenta value is 34.56%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(85,35,0,47)
C85M35Y0K47 
(85%,35%,0%,47%)
(0.85/0.35/0.00/0.47)	

CMYK percentages

%85.29
%34.56
%0
%46.67

Codes

Color #145988 in popluar color models

145988
RGB2089136
HSL204°74.36%30.59%
HSB/HSV204°85.29%53.33%
CMYK85.29%34.56%0.00%
46.67%

Color #145988 in popluar number systems.

HEX145988
Decimal2089136
Binary10100101100110001000
Octal24131210

Shades and tints

Shades of #145988

#145988
(20,89,136)
#13517C
(19,81,124)
#124970
(18,73,112)
#114164
(17,65,100)
#103958
(16,57,88)
#0F314C
(15,49,76)
#0E2940
(14,41,64)
#0D2134
(13,33,52)
#0C1928
(12,25,40)
#0B111C
(11,17,28)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #145988

#145988
(20,89,136)
#296892
(41,104,146)
#3E779C
(62,119,156)
#5386A6
(83,134,166)
#6895B0
(104,149,176)
#7DA4BA
(125,164,186)
#92B3C4
(146,179,196)
#A7C2CE
(167,194,206)
#BCD1D8
(188,209,216)
#D1E0E2
(209,224,226)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #145988; }

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

This text font color is #145988.


Background Color

.myBgColor { background-color: #145988; }

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

This div background color is #145988.


Border color

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

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

This div border color is #145988.


Opacity

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

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

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

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

This text has shadow with #145988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #145988 on black background.


Color preview on white background

This text has color #145988 on white background.



Black color preview on #145988 background

This text has black color on #145988 background.


White color preview on #145988 background

This text has white color on #145988 background.