Html Css Color HEX #064CCC Navy Blue

📋 copy color: '#064CCC'

red 6 ◦ green 76 ◦ blue 204

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

Shades of Navy Blue #064CCC

Tints of Navy Blue #064CCC

RGB

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

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

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

R = 2.1%
G = 26.57%
B = 71.33%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#064CCC (or 0x064CCC) is known color: Navy Blue. HEX triplet: 06, 4C and CC. RGB value is (6,76,204). Sum of RGB (Red+Green+Blue) = 6+76+204=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #064CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CCC is #F9B333. Grayscale: #454545. Windows color (decimal): -16364340 or 13388806. OLE color: 13388806.

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

Color convert

RGB 6 76 204 -
CMYK 0.97 0.63 0 0.2
HSL 218.79º 0.94% 0.41% -
HSV(B) 218.79º 0.97% 0.8% -
XYZ 13.56 9.57 58.26 -
YUV 69.66 203.81 82.59 -
System Red Green Blue C M Y K H S L
Decimal 6 76 204 0.97 0.63 0 0.2 218.79 0.94 0.41
Hex 6 4C CC 61 3F 0 14 DB 5E 29
Octal 6 114 314 141 77 0 24 333 136 51
Binary 110 1001100 11001100 1100001 111111 0 10100 11011011 1011110 101001

Color Harmonies of #064CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CCC

Black with #064CCC

Text Example


Text Example

White with #064CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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