Html Css Color HEX #064CDB Navy Blue

📋 copy color: '#064CDB'

red 6 ◦ green 76 ◦ blue 219

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

Shades of Navy Blue #064CDB

Tints of Navy Blue #064CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.25%

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

R = 1.99%
G = 25.25%
B = 72.76%

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

#064CDB (or 0x064CDB) is known color: Navy Blue. HEX triplet: 06, 4C and DB. RGB value is (6,76,219). Sum of RGB (Red+Green+Blue) = 6+76+219=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #064CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CDB is #F9B324. Grayscale: #464646. Windows color (decimal): -16364325 or 14371846. OLE color: 14371846.

HSL color Cylindrical-coordinate representation of color #064CDB: hue angle of 220.28º 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 #064CDB is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 76 219 -
CMYK 0.97 0.65 0 0.14
HSL 220.28º 0.95% 0.44% -
HSV(B) 220.28º 0.97% 0.86% -
XYZ 15.45 10.32 68.2 -
YUV 71.37 211.31 81.37 -
System Red Green Blue C M Y K H S L
Decimal 6 76 219 0.97 0.65 0 0.14 220.28 0.95 0.44
Hex 6 4C DB 61 41 0 E DC 5F 2C
Octal 6 114 333 141 101 0 16 334 137 54
Binary 110 1001100 11011011 1100001 1000001 0 1110 11011100 1011111 101100

Color Harmonies of #064CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CDB

Black with #064CDB

Text Example


Text Example

White with #064CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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