Html Css Color HEX #064ADC Navy Blue

📋 copy color: '#064ADC'

red 6 ◦ green 74 ◦ blue 220

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

Shades of Navy Blue #064ADC

Tints of Navy Blue #064ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 73.33%

R = 2%
G = 24.67%
B = 73.33%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#064ADC (or 0x064ADC) is known color: Navy Blue. HEX triplet: 06, 4A and DC. RGB value is (6,74,220). Sum of RGB (Red+Green+Blue) = 6+74+220=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #064ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064ADC is #F9B523. Grayscale: #454545. Windows color (decimal): -16364836 or 14436870. OLE color: 14436870.

HSL color Cylindrical-coordinate representation of color #064ADC: hue angle of 220.93º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064ADC is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 74 220 -
CMYK 0.97 0.66 0 0.14
HSL 220.93º 0.95% 0.44% -
HSV(B) 220.93º 0.97% 0.86% -
XYZ 15.44 10.1 68.85 -
YUV 70.31 212.47 82.13 -
System Red Green Blue C M Y K H S L
Decimal 6 74 220 0.97 0.66 0 0.14 220.93 0.95 0.44
Hex 6 4A DC 61 42 0 E DD 5F 2C
Octal 6 112 334 141 102 0 16 335 137 54
Binary 110 1001010 11011100 1100001 1000010 0 1110 11011101 1011111 101100

Color Harmonies of #064ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064ADC

Black with #064ADC

Text Example


Text Example

White with #064ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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