#064BF9

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

Shades of Navy Blue #064BF9

Tints of Navy Blue #064BF9

Color information

#064BF9 (or 0x064BF9) is unknown color: approx Navy Blue. HEX triplet: 06, 4B and F9. RGB value is (6,75,249). Sum of RGB (Red+Green+Blue) = 6+75+249=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 249 (97.66% from 255 or 75.45% from 330); Max value from RGB is 249 - color contains mainly: blue. Hex color #064BF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064BF9 is #F9B406. Grayscale: #494949. Windows color (decimal): -16364551 or 16337670. OLE color: 16337670.

HSL color Cylindrical-coordinate representation of color #064BF9: hue angle of 222.96º 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 #064BF9 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB675249-
CMYK0.980.7000.02
HSL222.96º95.29%50%-
HSV(B)222.96º97.59%97.65%-
XYZ19.6911.9190.88-
YUV74.2226.6479.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.82%
GREEN value IS 75 (29.69% from 255) = 22.73%
BLUE value IS 249 (97.66% from 255) = 75.45%
R=1.82%
G=22.73%
B=75.45%

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
Decimal6752490.980.7000.02222.9695.2950
Hex64BF9624602df5f32
Octal61133711421060233713762
Binary11010010111111100111000101000110010110111111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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