#064BFE

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

Shades of Navy Blue #064BFE

Tints of Navy Blue #064BFE

Color information

#064BFE (or 0x064BFE) is unknown color: approx Navy Blue. HEX triplet: 06, 4B and FE. RGB value is (6,75,254). Sum of RGB (Red+Green+Blue) = 6+75+254=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #064BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064BFE is #F9B401. Grayscale: #494949. Windows color (decimal): -16364546 or 16665350. OLE color: 16665350.

HSL color Cylindrical-coordinate representation of color #064BFE: hue angle of 223.31º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #064BFE is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB675254-
CMYK0.980.7000.00
HSL223.31º99.2%50.98%-
HSV(B)223.31º97.64%99.61%-
XYZ20.4812.2395.05-
YUV74.77229.1478.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.79%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 254 (99.61% from 255) = 75.82%
R=1.79%
G=22.39%
B=75.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal6752540.980.7000.00223.3199.250.98
Hex64BFE624600df6333
Octal61133761421060033714363
Binary1101001011111111101100010100011000110111111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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