#064AFC

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

Shades of Navy Blue #064AFC

Tints of Navy Blue #064AFC

Color information

#064AFC (or 0x064AFC) is unknown color: approx Navy Blue. HEX triplet: 06, 4A and FC. RGB value is (6,74,252). Sum of RGB (Red+Green+Blue) = 6+74+252=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #064AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064AFC is #F9B503. Grayscale: #494949. Windows color (decimal): -16364804 or 16534022. OLE color: 16534022.

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

Color convert

RGB674252-
CMYK0.980.7100.01
HSL223.41º97.62%50.59%-
HSV(B)223.41º97.62%98.82%-
XYZ20.0911.9693.35-
YUV73.96228.4779.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.81%
GREEN value IS 74 (29.30% from 255) = 22.29%
BLUE value IS 252 (98.83% from 255) = 75.90%
R=1.81%
G=22.29%
B=75.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal6742520.980.7100.01223.4197.6250.59
Hex64AFC624701df6233
Octal61123741421070133714263
Binary1101001010111111001100010100011101110111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,74,252); }

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

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

 a { background-color: rgb(6,74,252); }

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

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

 span { border-color: rgb(6,74,252); }

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