COLOR #0084A5

HEX: #0084A5
RGB: (0,132,165)

Color info

#0084A5 contains only green and blue colors. Web safe color of #0084A5 is #009999 (or #099).

RGB color model

#0084A5 color RGB value is (0,132,165).

  • red value is 0;
  • green value is 132;
  • blue value is 165.
RGB:
(0,132,165)
(0%,52%,65%)

RGB channels and saturation

R 0 of 255 = 0%
G 132 of 255 = 52%
B 165 of 255 = 65%

0
132
165

R + G + B ~ 39%. #0084A5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 132 + 165 = 297 (100%)
R 0 of 297 ~ 0%
G 132 of 297 ~ 44.44%
B 165 of 297 ~ 55.56%

%44.44
%55.56

CMYK color model

#0084A5 color CMYK value is (100,20,0,35).

  • cyan value is 100.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(100,20,0,35)
C100M20Y0K35 
(100%,20%,0%,35%)
(1.00/0.20/0.00/0.35)	

CMYK percentages

%100
%20
%0
%35.29

Codes

Color #0084A5 in popluar color models

0084A5
RGB0132165
HSL192°100.00%32.35%
HSB/HSV192°100.00%64.71%
CMYK100.00%20.00%0.00%
35.29%

Color #0084A5 in popluar number systems.

HEX0084A5
Decimal0132165
Binary01000010010100101
Octal0204245

Shades and tints

Shades of #0084A5

#0084A5
(0,132,165)
#007896
(0,120,150)
#006C87
(0,108,135)
#006078
(0,96,120)
#005469
(0,84,105)
#00485A
(0,72,90)
#003C4B
(0,60,75)
#00303C
(0,48,60)
#00242D
(0,36,45)
#00181E
(0,24,30)
#000C0F
(0,12,15)
#000000
(0,0,0)

Tints of #0084A5

#0084A5
(0,132,165)
#178FAD
(23,143,173)
#2E9AB5
(46,154,181)
#45A5BD
(69,165,189)
#5CB0C5
(92,176,197)
#73BBCD
(115,187,205)
#8AC6D5
(138,198,213)
#A1D1DD
(161,209,221)
#B8DCE5
(184,220,229)
#CFE7ED
(207,231,237)
#E6F2F5
(230,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0084A5 color. Also use rgb(0,132,165) instead hex code.

Text Font Color

.myTextColor { color: #0084A5; }

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

This text font color is #0084A5.


Background Color

.myBgColor { background-color: #0084A5; }

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

This div background color is #0084A5.


Border color

.myBorderColor { border: 1px solid #0084A5; }

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

This div border color is #0084A5.


Opacity

.myOpacity80 { color: #0084A5; opacity: 0.8; }

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

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

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

This text has shadow with #0084A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0084A5 on black background.


Color preview on white background

This text has color #0084A5 on white background.



Black color preview on #0084A5 background

This text has black color on #0084A5 background.


White color preview on #0084A5 background

This text has white color on #0084A5 background.