Html Css Color HEX #064DF9 Navy Blue

📋 copy color: '#064DF9'

red 6 ◦ green 77 ◦ blue 249

#064DF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #064DF9

Tints of Navy Blue #064DF9

RGB

 RED value IS 6 (2.73% from 255) = 1.81%

 GREEN value IS 77 (30.47% from 255) = 23.19%

 BLUE value IS 249 (97.66% from 255) = 75%

R = 1.81%
G = 23.19%
B = 75%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#064DF9 (or 0x064DF9) is known color: Navy Blue. HEX triplet: 06, 4D and F9. RGB value is (6,77,249). Sum of RGB (Red+Green+Blue) = 6+77+249=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 249 (97.66% from 255 or 75% from 332); Max value from RGB is 249 - color contains mainly: blue. Hex color #064DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #064DF9 is #F9B206. Grayscale: #4A4A4A. Windows color (decimal): -16364039 or 16338182. OLE color: 16338182.

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

Color convert

RGB 6 77 249 -
CMYK 0.98 0.69 0 0.02
HSL 222.47º 0.95% 0.5% -
HSV(B) 222.47º 0.98% 0.98% -
XYZ 19.83 12.19 90.93 -
YUV 75.38 225.98 78.51 -
System Red Green Blue C M Y K H S L
Decimal 6 77 249 0.98 0.69 0 0.02 222.47 0.95 0.5
Hex 6 4D F9 62 45 0 2 DE 5F 32
Octal 6 115 371 142 105 0 2 336 137 62
Binary 110 1001101 11111001 1100010 1000101 0 10 11011110 1011111 110010

Color Harmonies of #064DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DF9

Black with #064DF9

Text Example


Text Example

White with #064DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #064DF9;
 }
 .AnyTagClassName
 {
   color: #064DF9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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