COLOR #145871

HEX: #145871 RGB: (20,88,113)

Color info

#145871 contains mainly green and blue colors. Web safe color of #145871 is #006666 (or #066).

RGB color model

#145871 color RGB value is (20,88,113).

RGB: (20,88,113) (8%, 35%, 44%)

RGB channels and saturation

R 20 of 255 = 8%
G 88 of 255 = 35%
B 113 of 255 = 44%

20
88
113

R + G + B ~ 29%. #145871 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 88 + 113 = 221 (100%)
R 20 of 221 ~ 9.05%
G 88 of 221 ~ 39.82%
B 113 of 221 ~ 51.13'%

%39.82
%51.13

CMYK color model

#145871 color CMYK value is (82,22,0,56).

  • cyan value is 82.30%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (82,22,0,56)
C82M22Y0K56 (82%, 22%, 0%, 56%)
(0.82 / 0.22 / 0.00 / 0.56)

CMYK percentages

%82.3
%22.12
%0
%55.69

Codes

Color #145871 in popluar color models

14 58 71
RGB 20 88 113
HSL 196° 69.92% 26.08%
HSB/HSV 196° 82.30% 44.31%
CMYK 82.30% 22.12% 0.00%
55.69%

Color #145871 in popluar number systems.

HEX 14 58 71
Decimal 20 88 113
Binary 10100 1011000 1110001
Octal 24 130 161

Shades and tints

Shades of #145871

#145871
(20,88,113)
#135067
(19,80,103)
#12485D
(18,72,93)
#114053
(17,64,83)
#103849
(16,56,73)
#0F303F
(15,48,63)
#0E2835
(14,40,53)
#0D202B
(13,32,43)
#0C1821
(12,24,33)
#0B1017
(11,16,23)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #145871

#145871
(20,88,113)
#29677D
(41,103,125)
#3E7689
(62,118,137)
#538595
(83,133,149)
#6894A1
(104,148,161)
#7DA3AD
(125,163,173)
#92B2B9
(146,178,185)
#A7C1C5
(167,193,197)
#BCD0D1
(188,208,209)
#D1DFDD
(209,223,221)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #145871 color. Also use rgb(20,88,113) instead hex code.

Text Font Color

.myTextColor { color: #145871; }

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

This text font color is #145871.

Background Color

.myBgColor { background-color: #145871; }

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

This div background color is #145871.

Border color

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

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

This div border color is #145871.

Opacity

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

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

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

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

This text has shadow with #145871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #145871.

Preview

Color preview on black background

This text has color #145871 on black background.


Color preview on white background

This text has color #145871 on white background.


Black color preview on #145871 background

This text has black color on #145871 background.


White color preview on #145871 background

This text has white color on #145871 background.


Related colors

Complementary color

Complementary color for #hex is #EBA78E.


I love getcolorcode.com

Triadic colors

1 #711458 and #587114 with #145871 are triadic colors.

2 #715814 and #581471 with #145871 are triadic colors.