COLOR #064779

HEX: #064779
RGB: (6,71,121)

Color info

#064779 contains mainly green and blue colors. Web safe color of #064779 is #003366 (or #036).

RGB color model

#064779 color RGB value is (6,71,121).

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

RGB channels and saturation

R 6 of 255 = 2%
G 71 of 255 = 28%
B 121 of 255 = 47%

6
71
121

R + G + B ~ 26%. #064779 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 71 + 121 = 198 (100%)
R 6 of 198 ~ 3.03%
G 71 of 198 ~ 35.86%
B 121 of 198 ~ 61.11%

%35.86
%61.11

CMYK color model

#064779 color CMYK value is (95,41,0,53).

  • cyan value is 95.04%
  • magenta value is 41.32%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(95,41,0,53)
C95M41Y0K53 
(95%,41%,0%,53%)
(0.95/0.41/0.00/0.53)	

CMYK percentages

%95.04
%41.32
%0
%52.55

Codes

Color #064779 in popluar color models

064779
RGB671121
HSL206°90.55%24.90%
HSB/HSV206°95.04%47.45%
CMYK95.04%41.32%0.00%
52.55%

Color #064779 in popluar number systems.

HEX064779
Decimal671121
Binary11010001111111001
Octal6107171

Shades and tints

Shades of #064779

#064779
(6,71,121)
#06416E
(6,65,110)
#063B63
(6,59,99)
#063558
(6,53,88)
#062F4D
(6,47,77)
#062942
(6,41,66)
#062337
(6,35,55)
#061D2C
(6,29,44)
#061721
(6,23,33)
#061116
(6,17,22)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #064779

#064779
(6,71,121)
#1C5785
(28,87,133)
#326791
(50,103,145)
#48779D
(72,119,157)
#5E87A9
(94,135,169)
#7497B5
(116,151,181)
#8AA7C1
(138,167,193)
#A0B7CD
(160,183,205)
#B6C7D9
(182,199,217)
#CCD7E5
(204,215,229)
#E2E7F1
(226,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064779; }

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

This text font color is #064779.


Background Color

.myBgColor { background-color: #064779; }

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

This div background color is #064779.


Border color

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

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

This div border color is #064779.


Opacity

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

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

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

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

This text has shadow with #064779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064779 on black background.


Color preview on white background

This text has color #064779 on white background.



Black color preview on #064779 background

This text has black color on #064779 background.


White color preview on #064779 background

This text has white color on #064779 background.