COLOR #085B87

HEX: #085B87
RGB: (8,91,135)

Color info

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

RGB color model

#085B87 color RGB value is (8,91,135).

  • red value is 8;
  • green value is 91;
  • blue value is 135.
RGB:
(8,91,135)
(3%,36%,53%)

RGB channels and saturation

R 8 of 255 = 3%
G 91 of 255 = 36%
B 135 of 255 = 53%

8
91
135

R + G + B ~ 31%. #085B87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 91 + 135 = 234 (100%)
R 8 of 234 ~ 3.42%
G 91 of 234 ~ 38.89%
B 135 of 234 ~ 57.69%

%38.89
%57.69

CMYK color model

#085B87 color CMYK value is (94,33,0,47).

  • cyan value is 94.07%
  • magenta value is 32.59%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(94,33,0,47)
C94M33Y0K47 
(94%,33%,0%,47%)
(0.94/0.33/0.00/0.47)	

CMYK percentages

%94.07
%32.59
%0
%47.06

Codes

Color #085B87 in popluar color models

085B87
RGB891135
HSL201°88.81%28.04%
HSB/HSV201°94.07%52.94%
CMYK94.07%32.59%0.00%
47.06%

Color #085B87 in popluar number systems.

HEX085B87
Decimal891135
Binary1000101101110000111
Octal10133207

Shades and tints

Shades of #085B87

#085B87
(8,91,135)
#08537B
(8,83,123)
#084B6F
(8,75,111)
#084363
(8,67,99)
#083B57
(8,59,87)
#08334B
(8,51,75)
#082B3F
(8,43,63)
#082333
(8,35,51)
#081B27
(8,27,39)
#08131B
(8,19,27)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #085B87

#085B87
(8,91,135)
#1E6991
(30,105,145)
#34779B
(52,119,155)
#4A85A5
(74,133,165)
#6093AF
(96,147,175)
#76A1B9
(118,161,185)
#8CAFC3
(140,175,195)
#A2BDCD
(162,189,205)
#B8CBD7
(184,203,215)
#CED9E1
(206,217,225)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085B87 color. Also use rgb(8,91,135) instead hex code.

Text Font Color

.myTextColor { color: #085B87; }

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

This text font color is #085B87.


Background Color

.myBgColor { background-color: #085B87; }

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

This div background color is #085B87.


Border color

.myBorderColor { border: 1px solid #085B87; }

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

This div border color is #085B87.


Opacity

.myOpacity80 { color: #085B87; opacity: 0.8; }

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

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

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

This text has shadow with #085B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085B87 on black background.


Color preview on white background

This text has color #085B87 on white background.



Black color preview on #085B87 background

This text has black color on #085B87 background.


White color preview on #085B87 background

This text has white color on #085B87 background.