COLOR #084BA4

HEX: #084BA4 RGB: (8,75,164)

Color info

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

RGB color model

#084BA4 color RGB value is (8,75,164).

RGB: (8,75,164) (3%, 29%, 64%)

RGB channels and saturation

R 8 of 255 = 3%
G 75 of 255 = 29%
B 164 of 255 = 64%

8
75
164

R + G + B ~ 32%. #084BA4 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 75 + 164 = 247 (100%)
R 8 of 247 ~ 3.24%
G 75 of 247 ~ 30.36%
B 164 of 247 ~ 66.4'%

%30.36
%66.4

CMYK color model

#084BA4 color CMYK value is (95,54,0,36).

  • cyan value is 95.12%
  • magenta value is 54.27%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (95,54,0,36)
C95M54Y0K36 (95%, 54%, 0%, 36%)
(0.95 / 0.54 / 0.00 / 0.36)

CMYK percentages

%95.12
%54.27
%0
%35.69

Codes

Color #084BA4 in popluar color models

08 4B A4
RGB 8 75 164
HSL 214° 90.70% 33.73%
HSB/HSV 214° 95.12% 64.31%
CMYK 95.12% 54.27% 0.00%
35.69%

Color #084BA4 in popluar number systems.

HEX 08 4B A4
Decimal 8 75 164
Binary 1000 1001011 10100100
Octal 10 113 244

Shades and tints

Shades of #084BA4

#084BA4
(8,75,164)
#084596
(8,69,150)
#083F88
(8,63,136)
#08397A
(8,57,122)
#08336C
(8,51,108)
#082D5E
(8,45,94)
#082750
(8,39,80)
#082142
(8,33,66)
#081B34
(8,27,52)
#081526
(8,21,38)
#080F18
(8,15,24)
#000000
(0,0,0)

Tints of #084BA4

#084BA4
(8,75,164)
#1E5BAC
(30,91,172)
#346BB4
(52,107,180)
#4A7BBC
(74,123,188)
#608BC4
(96,139,196)
#769BCC
(118,155,204)
#8CABD4
(140,171,212)
#A2BBDC
(162,187,220)
#B8CBE4
(184,203,228)
#CEDBEC
(206,219,236)
#E4EBF4
(228,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084BA4 color. Also use rgb(8,75,164) instead hex code.

Text Font Color

.myTextColor { color: #084BA4; }

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

This text font color is #084BA4.

Background Color

.myBgColor { background-color: #084BA4; }

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

This div background color is #084BA4.

Border color

.myBorderColor { border: 1px solid #084BA4; }

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

This div border color is #084BA4.

Opacity

.myOpacity80 { color: #084BA4; opacity: 0.8; }

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

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

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

This text has shadow with #084BA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #084BA4.

Preview

Color preview on black background

This text has color #084BA4 on black background.


Color preview on white background

This text has color #084BA4 on white background.


Black color preview on #084BA4 background

This text has black color on #084BA4 background.


White color preview on #084BA4 background

This text has white color on #084BA4 background.


Related colors

Complementary color

Complementary color for #hex is #F7B45B.


I love getcolorcode.com

Triadic colors

1 #A4084B and #4BA408 with #084BA4 are triadic colors.

2 #A44B08 and #4B08A4 with #084BA4 are triadic colors.