#064AF9

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

Shades of Navy Blue #064AF9

Tints of Navy Blue #064AF9

Color information

#064AF9 (or 0x064AF9) is unknown color: approx Navy Blue. HEX triplet: 06, 4A and F9. RGB value is (6,74,249). Sum of RGB (Red+Green+Blue) = 6+74+249=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 249 (97.66% from 255 or 75.68% from 329); Max value from RGB is 249 - color contains mainly: blue. Hex color #064AF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064AF9 is #F9B506. Grayscale: #484848. Windows color (decimal): -16364807 or 16337414. OLE color: 16337414.

HSL color Cylindrical-coordinate representation of color #064AF9: hue angle of 223.21º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #064AF9 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB674249-
CMYK0.980.7000.02
HSL223.21º95.29%50%-
HSV(B)223.21º97.59%97.65%-
XYZ19.6211.7890.86-
YUV73.62226.9779.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.82%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 249 (97.66% from 255) = 75.68%
R=1.82%
G=22.49%
B=75.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal6742490.980.7000.02223.2195.2950
Hex64AF9624602df5f32
Octal61123711421060233713762
Binary11010010101111100111000101000110010110111111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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