Html Css Color HEX #064DDA Navy Blue

📋 copy color: '#064DDA'

red 6 ◦ green 77 ◦ blue 218

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

Shades of Navy Blue #064DDA

Tints of Navy Blue #064DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 72.43%

R = 1.99%
G = 25.58%
B = 72.43%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#064DDA (or 0x064DDA) is known color: Navy Blue. HEX triplet: 06, 4D and DA. RGB value is (6,77,218). Sum of RGB (Red+Green+Blue) = 6+77+218=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #064DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064DDA is #F9B225. Grayscale: #474747. Windows color (decimal): -16364070 or 14306566. OLE color: 14306566.

HSL color Cylindrical-coordinate representation of color #064DDA: hue angle of 219.91º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064DDA is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 77 218 -
CMYK 0.97 0.65 0 0.15
HSL 219.91º 0.95% 0.44% -
HSV(B) 219.91º 0.97% 0.85% -
XYZ 15.38 10.41 67.53 -
YUV 71.85 210.48 81.04 -
System Red Green Blue C M Y K H S L
Decimal 6 77 218 0.97 0.65 0 0.15 219.91 0.95 0.44
Hex 6 4D DA 61 41 0 F DC 5F 2C
Octal 6 115 332 141 101 0 17 334 137 54
Binary 110 1001101 11011010 1100001 1000001 0 1111 11011100 1011111 101100

Color Harmonies of #064DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DDA

Black with #064DDA

Text Example


Text Example

White with #064DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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