Html Css Color HEX #064ACC Navy Blue

📋 copy color: '#064ACC'

red 6 ◦ green 74 ◦ blue 204

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

Shades of Navy Blue #064ACC

Tints of Navy Blue #064ACC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.06%

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

R = 2.11%
G = 26.06%
B = 71.83%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#064ACC (or 0x064ACC) is known color: Navy Blue. HEX triplet: 06, 4A and CC. RGB value is (6,74,204). Sum of RGB (Red+Green+Blue) = 6+74+204=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #064ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064ACC is #F9B533. Grayscale: #434343. Windows color (decimal): -16364852 or 13388294. OLE color: 13388294.

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

Color convert

RGB 6 74 204 -
CMYK 0.97 0.64 0 0.2
HSL 219.39º 0.94% 0.41% -
HSV(B) 219.39º 0.97% 0.8% -
XYZ 13.42 9.3 58.21 -
YUV 68.49 204.47 83.43 -
System Red Green Blue C M Y K H S L
Decimal 6 74 204 0.97 0.64 0 0.2 219.39 0.94 0.41
Hex 6 4A CC 61 40 0 14 DB 5E 29
Octal 6 112 314 141 100 0 24 333 136 51
Binary 110 1001010 11001100 1100001 1000000 0 10100 11011011 1011110 101001

Color Harmonies of #064ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064ACC

Black with #064ACC

Text Example


Text Example

White with #064ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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