COLOR #084995

HEX: #084995
RGB: (8,73,149)

Color info

#084995 contains mainly blue color. Web safe color of #084995 is #003399 (or #039).

RGB color model

#084995 color RGB value is (8,73,149).

  • red value is 8;
  • green value is 73;
  • blue value is 149.
RGB:
(8,73,149)
(3%,29%,58%)

RGB channels and saturation

R 8 of 255 = 3%
G 73 of 255 = 29%
B 149 of 255 = 58%

8
73
149

R + G + B ~ 30%. #084995 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 73 + 149 = 230 (100%)
R 8 of 230 ~ 3.48%
G 73 of 230 ~ 31.74%
B 149 of 230 ~ 64.78%

%31.74
%64.78

CMYK color model

#084995 color CMYK value is (95,51,0,42).

  • cyan value is 94.63%
  • magenta value is 51.01%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(95,51,0,42)
C95M51Y0K42 
(95%,51%,0%,42%)
(0.95/0.51/0.00/0.42)	

CMYK percentages

%94.63
%51.01
%0
%41.57

Codes

Color #084995 in popluar color models

084995
RGB873149
HSL212°89.81%30.78%
HSB/HSV212°94.63%58.43%
CMYK94.63%51.01%0.00%
41.57%

Color #084995 in popluar number systems.

HEX084995
Decimal873149
Binary1000100100110010101
Octal10111225

Shades and tints

Shades of #084995

#084995
(8,73,149)
#084388
(8,67,136)
#083D7B
(8,61,123)
#08376E
(8,55,110)
#083161
(8,49,97)
#082B54
(8,43,84)
#082547
(8,37,71)
#081F3A
(8,31,58)
#08192D
(8,25,45)
#081320
(8,19,32)
#080D13
(8,13,19)
#000000
(0,0,0)

Tints of #084995

#084995
(8,73,149)
#1E599E
(30,89,158)
#3469A7
(52,105,167)
#4A79B0
(74,121,176)
#6089B9
(96,137,185)
#7699C2
(118,153,194)
#8CA9CB
(140,169,203)
#A2B9D4
(162,185,212)
#B8C9DD
(184,201,221)
#CED9E6
(206,217,230)
#E4E9EF
(228,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084995 color. Also use rgb(8,73,149) instead hex code.

Text Font Color

.myTextColor { color: #084995; }

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

This text font color is #084995.


Background Color

.myBgColor { background-color: #084995; }

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

This div background color is #084995.


Border color

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

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

This div border color is #084995.


Opacity

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

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

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

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

This text has shadow with #084995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084995 on black background.


Color preview on white background

This text has color #084995 on white background.



Black color preview on #084995 background

This text has black color on #084995 background.


White color preview on #084995 background

This text has white color on #084995 background.