Html Css Color HEX #064FCC Navy Blue

📋 copy color: '#064FCC'

red 6 ◦ green 79 ◦ blue 204

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

Shades of Navy Blue #064FCC

Tints of Navy Blue #064FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.34%

 BLUE value IS 204 (80.08% from 255) = 70.59%

R = 2.08%
G = 27.34%
B = 70.59%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#064FCC (or 0x064FCC) is known color: Navy Blue. HEX triplet: 06, 4F and CC. RGB value is (6,79,204). Sum of RGB (Red+Green+Blue) = 6+79+204=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #064FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #064FCC is #F9B033. Grayscale: #464646. Windows color (decimal): -16363572 or 13389574. OLE color: 13389574.

HSL color Cylindrical-coordinate representation of color #064FCC: hue angle of 217.88º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064FCC is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 79 204 -
CMYK 0.97 0.61 0 0.2
HSL 217.88º 0.94% 0.41% -
HSV(B) 217.88º 0.97% 0.8% -
XYZ 13.77 9.99 58.33 -
YUV 71.42 202.82 81.34 -
System Red Green Blue C M Y K H S L
Decimal 6 79 204 0.97 0.61 0 0.2 217.88 0.94 0.41
Hex 6 4F CC 61 3D 0 14 DA 5E 29
Octal 6 117 314 141 75 0 24 332 136 51
Binary 110 1001111 11001100 1100001 111101 0 10100 11011010 1011110 101001

Color Harmonies of #064FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064FCC

Black with #064FCC

Text Example


Text Example

White with #064FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,79,204); }

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

background-color css

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

 a { background-color: rgb(6,79,204); }

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

border-color css

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

 span { border-color: rgb(6,79,204); }

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