#0064F9

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

Shades of Navy Blue #0064F9

Tints of Navy Blue #0064F9

Color information

#0064F9 (or 0x0064F9) is unknown color: approx Navy Blue. HEX triplet: 00, 64 and F9. RGB value is (0,100,249). Sum of RGB (Red+Green+Blue) = 0+100+249=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 249 (97.66% from 255 or 71.35% from 349); Max value from RGB is 249 - color contains mainly: blue. Hex color #0064F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0064F9 is #FF9B06. Grayscale: #565656. Windows color (decimal): -16751367 or 16344064. OLE color: 16344064.

HSL color Cylindrical-coordinate representation of color #0064F9: hue angle of 215.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0064F9 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB0100249-
CMYK10.6000.02
HSL215.9º100%48.82%-
HSV(B)215.9º100%97.65%-
XYZ21.6615.9591.56-
YUV87.09219.3765.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 249 (97.66% from 255) = 71.35%
R=0%
G=28.65%
B=71.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal010024910.6000.02215.910048.82
Hex064F9643C02d86431
Octal0144371144740233014461
Binary01100100111110011100100111100010110110001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0064F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0064F9; }

 p { color: rgb(0,100,249); }

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

<style>
 a { background-color: #0064F9; }

 a { background-color: rgb(0,100,249); }

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

<style>
 span { border-color: #0064F9; }

 span { border-color: rgb(0,100,249); }

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