#064FD9

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

Shades of Navy Blue #064FD9

Tints of Navy Blue #064FD9

Color information

#064FD9 (or 0x064FD9) is unknown color: approx Navy Blue. HEX triplet: 06, 4F and D9. RGB value is (6,79,217). Sum of RGB (Red+Green+Blue) = 6+79+217=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 217 (85.16% from 255 or 71.85% from 302); Max value from RGB is 217 - color contains mainly: blue. Hex color #064FD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064FD9 is #F9B026. Grayscale: #484848. Windows color (decimal): -16363559 or 14241542. OLE color: 14241542.

HSL color Cylindrical-coordinate representation of color #064FD9: hue angle of 219.24º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064FD9 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB679217-
CMYK0.970.6400.15
HSL219.24º94.62%43.73%-
HSV(B)219.24º97.24%85.1%-
XYZ15.410.6466.89-
YUV72.9209.3280.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.99%
GREEN value IS 79 (31.25% from 255) = 26.16%
BLUE value IS 217 (85.16% from 255) = 71.85%
R=1.99%
G=26.16%
B=71.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal6792170.970.6400.15219.2494.6243.73
Hex64FD961400Fdb5f2c
Octal611733114110001733313754
Binary1101001111110110011100001100000001111110110111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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