#064DFD

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

Shades of Navy Blue #064DFD

Tints of Navy Blue #064DFD

Color information

#064DFD (or 0x064DFD) is unknown color: approx Navy Blue. HEX triplet: 06, 4D and FD. RGB value is (6,77,253). Sum of RGB (Red+Green+Blue) = 6+77+253=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #064DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064DFD is #F9B202. Grayscale: #4B4B4B. Windows color (decimal): -16364035 or 16600326. OLE color: 16600326.

HSL color Cylindrical-coordinate representation of color #064DFD: hue angle of 222.75º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #064DFD is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB677253-
CMYK0.980.7000.01
HSL222.75º98.41%50.78%-
HSV(B)222.75º97.63%99.22%-
XYZ20.4612.4494.25-
YUV75.83227.9878.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.79%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 253 (99.22% from 255) = 75.30%
R=1.79%
G=22.92%
B=75.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal6772530.980.7000.01222.7598.4150.78
Hex64DFD624601df6233
Octal61153751421060133714263
Binary1101001101111111011100010100011001110111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,77,253); }

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

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

 a { background-color: rgb(6,77,253); }

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

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

 span { border-color: rgb(6,77,253); }

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