Html Css Color HEX #064ACF Navy Blue

📋 copy color: '#064ACF'

red 6 ◦ green 74 ◦ blue 207

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

Shades of Navy Blue #064ACF

Tints of Navy Blue #064ACF

RGB

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

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

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

R = 2.09%
G = 25.78%
B = 72.13%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#064ACF (or 0x064ACF) is known color: Navy Blue. HEX triplet: 06, 4A and CF. RGB value is (6,74,207). Sum of RGB (Red+Green+Blue) = 6+74+207=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #064ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064ACF is #F9B530. Grayscale: #444444. Windows color (decimal): -16364849 or 13584902. OLE color: 13584902.

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

Color convert

RGB 6 74 207 -
CMYK 0.97 0.64 0 0.19
HSL 219.7º 0.94% 0.42% -
HSV(B) 219.7º 0.97% 0.81% -
XYZ 13.79 9.44 60.13 -
YUV 68.83 205.97 83.19 -
System Red Green Blue C M Y K H S L
Decimal 6 74 207 0.97 0.64 0 0.19 219.7 0.94 0.42
Hex 6 4A CF 61 40 0 13 DC 5E 2A
Octal 6 112 317 141 100 0 23 334 136 52
Binary 110 1001010 11001111 1100001 1000000 0 10011 11011100 1011110 101010

Color Harmonies of #064ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064ACF

Black with #064ACF

Text Example


Text Example

White with #064ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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