COLOR #064784

HEX: #064784
RGB: (6,71,132)

Color info

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

RGB color model

#064784 color RGB value is (6,71,132).

  • red value is 6;
  • green value is 71;
  • blue value is 132.
RGB:
(6,71,132)
(2%,28%,52%)

RGB channels and saturation

R 6 of 255 = 2%
G 71 of 255 = 28%
B 132 of 255 = 52%

6
71
132

R + G + B ~ 27%. #064784 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 71 + 132 = 209 (100%)
R 6 of 209 ~ 2.87%
G 71 of 209 ~ 33.97%
B 132 of 209 ~ 63.16%

%33.97
%63.16

CMYK color model

#064784 color CMYK value is (95,46,0,48).

  • cyan value is 95.45%
  • magenta value is 46.21%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(95,46,0,48)
C95M46Y0K48 
(95%,46%,0%,48%)
(0.95/0.46/0.00/0.48)	

CMYK percentages

%95.45
%46.21
%0
%48.24

Codes

Color #064784 in popluar color models

064784
RGB671132
HSL209°91.30%27.06%
HSB/HSV209°95.45%51.76%
CMYK95.45%46.21%0.00%
48.24%

Color #064784 in popluar number systems.

HEX064784
Decimal671132
Binary110100011110000100
Octal6107204

Shades and tints

Shades of #064784

#064784
(6,71,132)
#064178
(6,65,120)
#063B6C
(6,59,108)
#063560
(6,53,96)
#062F54
(6,47,84)
#062948
(6,41,72)
#06233C
(6,35,60)
#061D30
(6,29,48)
#061724
(6,23,36)
#061118
(6,17,24)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #064784

#064784
(6,71,132)
#1C578F
(28,87,143)
#32679A
(50,103,154)
#4877A5
(72,119,165)
#5E87B0
(94,135,176)
#7497BB
(116,151,187)
#8AA7C6
(138,167,198)
#A0B7D1
(160,183,209)
#B6C7DC
(182,199,220)
#CCD7E7
(204,215,231)
#E2E7F2
(226,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064784 color. Also use rgb(6,71,132) instead hex code.

Text Font Color

.myTextColor { color: #064784; }

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

This text font color is #064784.


Background Color

.myBgColor { background-color: #064784; }

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

This div background color is #064784.


Border color

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

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

This div border color is #064784.


Opacity

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

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

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

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

This text has shadow with #064784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064784 on black background.


Color preview on white background

This text has color #064784 on white background.



Black color preview on #064784 background

This text has black color on #064784 background.


White color preview on #064784 background

This text has white color on #064784 background.