Html Css Color HEX #064DDB Navy Blue

📋 copy color: '#064DDB'

red 6 ◦ green 77 ◦ blue 219

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

Shades of Navy Blue #064DDB

Tints of Navy Blue #064DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.52%

R = 1.99%
G = 25.5%
B = 72.52%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#064DDB (or 0x064DDB) is known color: Navy Blue. HEX triplet: 06, 4D and DB. RGB value is (6,77,219). Sum of RGB (Red+Green+Blue) = 6+77+219=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #064DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064DDB is #F9B224. Grayscale: #474747. Windows color (decimal): -16364069 or 14372102. OLE color: 14372102.

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

Color convert

RGB 6 77 219 -
CMYK 0.97 0.65 0 0.14
HSL 220º 0.95% 0.44% -
HSV(B) 220º 0.97% 0.86% -
XYZ 15.52 10.46 68.22 -
YUV 71.96 210.98 80.95 -
System Red Green Blue C M Y K H S L
Decimal 6 77 219 0.97 0.65 0 0.14 220 0.95 0.44
Hex 6 4D DB 61 41 0 E DC 5F 2C
Octal 6 115 333 141 101 0 16 334 137 54
Binary 110 1001101 11011011 1100001 1000001 0 1110 11011100 1011111 101100

Color Harmonies of #064DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064DDB

Black with #064DDB

Text Example


Text Example

White with #064DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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