#064FD5

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

Shades of Navy Blue #064FD5

Tints of Navy Blue #064FD5

Color information

#064FD5 (or 0x064FD5) is unknown color: approx Navy Blue. HEX triplet: 06, 4F and D5. RGB value is (6,79,213). Sum of RGB (Red+Green+Blue) = 6+79+213=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 213 (83.59% from 255 or 71.48% from 298); Max value from RGB is 213 - color contains mainly: blue. Hex color #064FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064FD5 is #F9B02A. Grayscale: #474747. Windows color (decimal): -16363563 or 13979398. OLE color: 13979398.

HSL color Cylindrical-coordinate representation of color #064FD5: hue angle of 218.84º 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 #064FD5 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB679213-
CMYK0.970.6300.16
HSL218.84º94.52%42.94%-
HSV(B)218.84º97.18%83.53%-
XYZ14.8810.4364.18-
YUV72.45207.3280.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.01%
GREEN value IS 79 (31.25% from 255) = 26.51%
BLUE value IS 213 (83.59% from 255) = 71.48%
R=2.01%
G=26.51%
B=71.48%

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
Decimal6792130.970.6300.16218.8494.5242.94
Hex64FD5613F010db5f2b
Octal61173251417702033313753
Binary1101001111110101011100001111111010000110110111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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