COLOR #146585

HEX: #146585
RGB: (20,101,133)

Color info

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

RGB color model

#146585 color RGB value is (20,101,133).

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

RGB channels and saturation

R 20 of 255 = 8%
G 101 of 255 = 40%
B 133 of 255 = 52%

20
101
133

R + G + B ~ 33%. #146585 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 101 + 133 = 254 (100%)
R 20 of 254 ~ 7.87%
G 101 of 254 ~ 39.76%
B 133 of 254 ~ 52.36%

%39.76
%52.36

CMYK color model

#146585 color CMYK value is (85,24,0,48).

  • cyan value is 84.96%
  • magenta value is 24.06%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(85,24,0,48)
C85M24Y0K48 
(85%,24%,0%,48%)
(0.85/0.24/0.00/0.48)	

CMYK percentages

%84.96
%24.06
%0
%47.84

Codes

Color #146585 in popluar color models

146585
RGB20101133
HSL197°73.86%30.00%
HSB/HSV197°84.96%52.16%
CMYK84.96%24.06%0.00%
47.84%

Color #146585 in popluar number systems.

HEX146585
Decimal20101133
Binary10100110010110000101
Octal24145205

Shades and tints

Shades of #146585

#146585
(20,101,133)
#135C79
(19,92,121)
#12536D
(18,83,109)
#114A61
(17,74,97)
#104155
(16,65,85)
#0F3849
(15,56,73)
#0E2F3D
(14,47,61)
#0D2631
(13,38,49)
#0C1D25
(12,29,37)
#0B1419
(11,20,25)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #146585

#146585
(20,101,133)
#297390
(41,115,144)
#3E819B
(62,129,155)
#538FA6
(83,143,166)
#689DB1
(104,157,177)
#7DABBC
(125,171,188)
#92B9C7
(146,185,199)
#A7C7D2
(167,199,210)
#BCD5DD
(188,213,221)
#D1E3E8
(209,227,232)
#E6F1F3
(230,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #146585; }

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

This text font color is #146585.


Background Color

.myBgColor { background-color: #146585; }

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

This div background color is #146585.


Border color

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

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

This div border color is #146585.


Opacity

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

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

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

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

This text has shadow with #146585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146585 on black background.


Color preview on white background

This text has color #146585 on white background.



Black color preview on #146585 background

This text has black color on #146585 background.


White color preview on #146585 background

This text has white color on #146585 background.