#064FE1

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

Shades of Navy Blue #064FE1

Tints of Navy Blue #064FE1

Color information

#064FE1 (or 0x064FE1) is unknown color: approx Navy Blue. HEX triplet: 06, 4F and E1. RGB value is (6,79,225). Sum of RGB (Red+Green+Blue) = 6+79+225=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 225 (88.28% from 255 or 72.58% from 310); Max value from RGB is 225 - color contains mainly: blue. Hex color #064FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064FE1 is #F9B01E. Grayscale: #494949. Windows color (decimal): -16363551 or 14765830. OLE color: 14765830.

HSL color Cylindrical-coordinate representation of color #064FE1: hue angle of 220º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064FE1 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB679225-
CMYK0.970.6500.12
HSL220º94.81%45.29%-
HSV(B)220º97.33%88.24%-
XYZ16.4611.0772.5-
YUV73.82213.3279.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.94%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 225 (88.28% from 255) = 72.58%
R=1.94%
G=25.48%
B=72.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal6792250.970.6500.1222094.8145.29
Hex64FE161410Cdc5f2d
Octal611734114110101433413755
Binary1101001111111000011100001100000101100110111001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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