#064ED5

Color #064ED5 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #064ED5

Tints of Navy Blue #064ED5

Color information

#064ED5 (or 0x064ED5) is unknown color: approx Navy Blue. HEX triplet: 06, 4E and D5. RGB value is (6,78,213). Sum of RGB (Red+Green+Blue) = 6+78+213=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 213 (83.59% from 255 or 71.72% from 297); Max value from RGB is 213 - color contains mainly: blue. Hex color #064ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064ED5 is #F9B12A. Grayscale: #474747. Windows color (decimal): -16363819 or 13979142. OLE color: 13979142.

HSL color Cylindrical-coordinate representation of color #064ED5: hue angle of 219.13º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064ED5 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB678213-
CMYK0.970.6300.16
HSL219.13º94.52%42.94%-
HSV(B)219.13º97.18%83.53%-
XYZ14.8110.2964.16-
YUV71.86207.6581.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.02%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 213 (83.59% from 255) = 71.72%
R=2.02%
G=26.26%
B=71.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal6782130.970.6300.16219.1394.5242.94
Hex64ED5613F010db5f2b
Octal61163251417702033313753
Binary1101001110110101011100001111111010000110110111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064ED5; }

 p { color: rgb(6,78,213); }

 H1.HeaderClassName
 {
   color: #064ED5;
 }
 .AnyTagClassName
 {
   color: #064ED5;
 }
</style>
background-color css

<style>
 a { background-color: #064ED5; }

 a { background-color: rgb(6,78,213); }

 div.DivClassName
 {
   background-color: #064ED5;
 }
 .BgClassName
 {
   background-color: #064ED5;
 }
</style>
border-color css

<style>
 span { border-color: #064ED5; }

 span { border-color: rgb(6,78,213); }

 td.TdClassName
 {
   border-color: #064ED5;
 }
 .TagClassName
 {
   border-color: #064ED5;
 }
</style>