COLOR #064391

HEX: #064391
RGB: (6,67,145)

Color info

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

RGB color model

#064391 color RGB value is (6,67,145).

  • red value is 6;
  • green value is 67;
  • blue value is 145.
RGB:
(6,67,145)
(2%,26%,57%)

RGB channels and saturation

R 6 of 255 = 2%
G 67 of 255 = 26%
B 145 of 255 = 57%

6
67
145

R + G + B ~ 28%. #064391 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 67 + 145 = 218 (100%)
R 6 of 218 ~ 2.75%
G 67 of 218 ~ 30.73%
B 145 of 218 ~ 66.51%

%30.73
%66.51

CMYK color model

#064391 color CMYK value is (96,54,0,43).

  • cyan value is 95.86%
  • magenta value is 53.79%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(96,54,0,43)
C96M54Y0K43 
(96%,54%,0%,43%)
(0.96/0.54/0.00/0.43)	

CMYK percentages

%95.86
%53.79
%0
%43.14

Codes

Color #064391 in popluar color models

064391
RGB667145
HSL214°92.05%29.61%
HSB/HSV214°95.86%56.86%
CMYK95.86%53.79%0.00%
43.14%

Color #064391 in popluar number systems.

HEX064391
Decimal667145
Binary110100001110010001
Octal6103221

Shades and tints

Shades of #064391

#064391
(6,67,145)
#063D84
(6,61,132)
#063777
(6,55,119)
#06316A
(6,49,106)
#062B5D
(6,43,93)
#062550
(6,37,80)
#061F43
(6,31,67)
#061936
(6,25,54)
#061329
(6,19,41)
#060D1C
(6,13,28)
#06070F
(6,7,15)
#000000
(0,0,0)

Tints of #064391

#064391
(6,67,145)
#1C549B
(28,84,155)
#3265A5
(50,101,165)
#4876AF
(72,118,175)
#5E87B9
(94,135,185)
#7498C3
(116,152,195)
#8AA9CD
(138,169,205)
#A0BAD7
(160,186,215)
#B6CBE1
(182,203,225)
#CCDCEB
(204,220,235)
#E2EDF5
(226,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064391 color. Also use rgb(6,67,145) instead hex code.

Text Font Color

.myTextColor { color: #064391; }

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

This text font color is #064391.


Background Color

.myBgColor { background-color: #064391; }

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

This div background color is #064391.


Border color

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

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

This div border color is #064391.


Opacity

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

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

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

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

This text has shadow with #064391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064391 on black background.


Color preview on white background

This text has color #064391 on white background.



Black color preview on #064391 background

This text has black color on #064391 background.


White color preview on #064391 background

This text has white color on #064391 background.