COLOR #064380

HEX: #064380 RGB: (6,67,128)

Color info

#064380 contains mainly blue color. Web safe color of #064380 is #003366 (or #036).

RGB color model

#064380 color RGB value is (6,67,128).

RGB: (6,67,128) (2%, 26%, 50%)

RGB channels and saturation

R 6 of 255 = 2%
G 67 of 255 = 26%
B 128 of 255 = 50%

6
67
128

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

Portions of RGB colors in percentages

R + G + B = 6 + 67 + 128 = 201 (100%)
R 6 of 201 ~ 2.99%
G 67 of 201 ~ 33.33%
B 128 of 201 ~ 63.68'%

%33.33
%63.68

CMYK color model

#064380 color CMYK value is (95,48,0,50).

  • cyan value is 95.31%
  • magenta value is 47.66%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (95,48,0,50)
C95M48Y0K50 (95%, 48%, 0%, 50%)
(0.95 / 0.48 / 0.00 / 0.50)

CMYK percentages

%95.31
%47.66
%0
%49.8

Codes

Color #064380 in popluar color models

06 43 80
RGB 6 67 128
HSL 210° 91.04% 26.27%
HSB/HSV 210° 95.31% 50.20%
CMYK 95.31% 47.66% 0.00%
49.80%

Color #064380 in popluar number systems.

HEX 06 43 80
Decimal 6 67 128
Binary 110 1000011 10000000
Octal 6 103 200

Shades and tints

Shades of #064380

#064380
(6,67,128)
#063D75
(6,61,117)
#06376A
(6,55,106)
#06315F
(6,49,95)
#062B54
(6,43,84)
#062549
(6,37,73)
#061F3E
(6,31,62)
#061933
(6,25,51)
#061328
(6,19,40)
#060D1D
(6,13,29)
#060712
(6,7,18)
#000000
(0,0,0)

Tints of #064380

#064380
(6,67,128)
#1C548B
(28,84,139)
#326596
(50,101,150)
#4876A1
(72,118,161)
#5E87AC
(94,135,172)
#7498B7
(116,152,183)
#8AA9C2
(138,169,194)
#A0BACD
(160,186,205)
#B6CBD8
(182,203,216)
#CCDCE3
(204,220,227)
#E2EDEE
(226,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064380; }

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

This text font color is #064380.

Background Color

.myBgColor { background-color: #064380; }

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

This div background color is #064380.

Border color

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

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

This div border color is #064380.

Opacity

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

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

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

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

This text has shadow with #064380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #064380.

Preview

Color preview on black background

This text has color #064380 on black background.


Color preview on white background

This text has color #064380 on white background.


Black color preview on #064380 background

This text has black color on #064380 background.


White color preview on #064380 background

This text has white color on #064380 background.


Related colors

Complementary color

Complementary color for #hex is #F9BC7F.


I love getcolorcode.com

Triadic colors

1 #800643 and #438006 with #064380 are triadic colors.

2 #804306 and #430680 with #064380 are triadic colors.