#064EFD

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

Shades of Navy Blue #064EFD

Tints of Navy Blue #064EFD

Color information

#064EFD (or 0x064EFD) is unknown color: approx Navy Blue. HEX triplet: 06, 4E and FD. RGB value is (6,78,253). Sum of RGB (Red+Green+Blue) = 6+78+253=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #064EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064EFD is #F9B102. Grayscale: #4B4B4B. Windows color (decimal): -16363779 or 16600582. OLE color: 16600582.

HSL color Cylindrical-coordinate representation of color #064EFD: hue angle of 222.51º 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 #064EFD is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB678253-
CMYK0.980.6900.01
HSL222.51º98.41%50.78%-
HSV(B)222.51º97.63%99.22%-
XYZ20.5312.5894.27-
YUV76.42227.6577.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.78%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 253 (99.22% from 255) = 75.07%
R=1.78%
G=23.15%
B=75.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal6782530.980.6900.01222.5198.4150.78
Hex64EFD624501df6233
Octal61163751421050133714263
Binary1101001110111111011100010100010101110111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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