Html Css Color HEX #064CCF Navy Blue

📋 copy color: '#064CCF'

red 6 ◦ green 76 ◦ blue 207

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

Shades of Navy Blue #064CCF

Tints of Navy Blue #064CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.63%

R = 2.08%
G = 26.3%
B = 71.63%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#064CCF (or 0x064CCF) is known color: Navy Blue. HEX triplet: 06, 4C and CF. RGB value is (6,76,207). Sum of RGB (Red+Green+Blue) = 6+76+207=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #064CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CCF is #F9B330. Grayscale: #454545. Windows color (decimal): -16364337 or 13585414. OLE color: 13585414.

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

Color convert

RGB 6 76 207 -
CMYK 0.97 0.63 0 0.19
HSL 219.1º 0.94% 0.42% -
HSV(B) 219.1º 0.97% 0.81% -
XYZ 13.92 9.71 60.17 -
YUV 70 205.31 82.35 -
System Red Green Blue C M Y K H S L
Decimal 6 76 207 0.97 0.63 0 0.19 219.1 0.94 0.42
Hex 6 4C CF 61 3F 0 13 DB 5E 2A
Octal 6 114 317 141 77 0 23 333 136 52
Binary 110 1001100 11001111 1100001 111111 0 10011 11011011 1011110 101010

Color Harmonies of #064CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CCF

Black with #064CCF

Text Example


Text Example

White with #064CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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