Html Css Color HEX #064ED0 Navy Blue

📋 copy color: '#064ED0'

red 6 ◦ green 78 ◦ blue 208

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

Shades of Navy Blue #064ED0

Tints of Navy Blue #064ED0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.71%

 BLUE value IS 208 (81.64% from 255) = 71.23%

R = 2.05%
G = 26.71%
B = 71.23%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#064ED0 (or 0x064ED0) is known color: Navy Blue. HEX triplet: 06, 4E and D0. RGB value is (6,78,208). Sum of RGB (Red+Green+Blue) = 6+78+208=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 208 (81.64% from 255 or 71.23% from 292); Max value from RGB is 208 - color contains mainly: blue. Hex color #064ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064ED0 is #F9B12F. Grayscale: #464646. Windows color (decimal): -16363824 or 13651462. OLE color: 13651462.

HSL color Cylindrical-coordinate representation of color #064ED0: hue angle of 218.61º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064ED0 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 6 78 208 -
CMYK 0.97 0.62 0 0.18
HSL 218.61º 0.94% 0.42% -
HSV(B) 218.61º 0.97% 0.82% -
XYZ 14.18 10.04 60.87 -
YUV 71.29 205.15 81.43 -
System Red Green Blue C M Y K H S L
Decimal 6 78 208 0.97 0.62 0 0.18 218.61 0.94 0.42
Hex 6 4E D0 61 3E 0 12 DB 5E 2A
Octal 6 116 320 141 76 0 22 333 136 52
Binary 110 1001110 11010000 1100001 111110 0 10010 11011011 1011110 101010

Color Harmonies of #064ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064ED0

Black with #064ED0

Text Example


Text Example

White with #064ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,78,208); }

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

background-color css

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

 a { background-color: rgb(6,78,208); }

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

border-color css

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

 span { border-color: rgb(6,78,208); }

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