#064BE9

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

Shades of Navy Blue #064BE9

Tints of Navy Blue #064BE9

Color information

#064BE9 (or 0x064BE9) is unknown color: approx Navy Blue. HEX triplet: 06, 4B and E9. RGB value is (6,75,233). Sum of RGB (Red+Green+Blue) = 6+75+233=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 233 (91.41% from 255 or 74.20% from 314); Max value from RGB is 233 - color contains mainly: blue. Hex color #064BE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064BE9 is #F9B416. Grayscale: #474747. Windows color (decimal): -16364567 or 15289094. OLE color: 15289094.

HSL color Cylindrical-coordinate representation of color #064BE9: hue angle of 221.76º 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 #064BE9 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB675233-
CMYK0.970.6800.09
HSL221.76º94.98%46.86%-
HSV(B)221.76º97.42%91.37%-
XYZ17.310.9578.29-
YUV72.38218.6480.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.91%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 233 (91.41% from 255) = 74.20%
R=1.91%
G=23.89%
B=74.20%

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
Decimal6752330.970.6800.09221.7694.9846.86
Hex64BE9614409de5f2f
Octal611335114110401133613757
Binary1101001011111010011100001100010001001110111101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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