#064AE9

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

Shades of Navy Blue #064AE9

Tints of Navy Blue #064AE9

Color information

#064AE9 (or 0x064AE9) is unknown color: approx Navy Blue. HEX triplet: 06, 4A and E9. RGB value is (6,74,233). Sum of RGB (Red+Green+Blue) = 6+74+233=313 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 233 (91.41% from 255 or 74.44% from 313); Max value from RGB is 233 - color contains mainly: blue. Hex color #064AE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064AE9 is #F9B516. Grayscale: #474747. Windows color (decimal): -16364823 or 15288838. OLE color: 15288838.

HSL color Cylindrical-coordinate representation of color #064AE9: hue angle of 222.03º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064AE9 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB674233-
CMYK0.970.6800.09
HSL222.03º94.98%46.86%-
HSV(B)222.03º97.42%91.37%-
XYZ17.2310.8278.27-
YUV71.79218.9781.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.92%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 233 (91.41% from 255) = 74.44%
R=1.92%
G=23.64%
B=74.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal6742330.970.6800.09222.0394.9846.86
Hex64AE9614409de5f2f
Octal611235114110401133613757
Binary1101001010111010011100001100010001001110111101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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