Html Css Color HEX #064CDA Navy Blue

📋 copy color: '#064CDA'

red 6 ◦ green 76 ◦ blue 218

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

Shades of Navy Blue #064CDA

Tints of Navy Blue #064CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 72.67%

R = 2%
G = 25.33%
B = 72.67%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#064CDA (or 0x064CDA) is known color: Navy Blue. HEX triplet: 06, 4C and DA. RGB value is (6,76,218). Sum of RGB (Red+Green+Blue) = 6+76+218=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #064CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #064CDA is #F9B325. Grayscale: #464646. Windows color (decimal): -16364326 or 14306310. OLE color: 14306310.

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

Color convert

RGB 6 76 218 -
CMYK 0.97 0.65 0 0.15
HSL 220.19º 0.95% 0.44% -
HSV(B) 220.19º 0.97% 0.85% -
XYZ 15.31 10.27 67.5 -
YUV 71.26 210.81 81.45 -
System Red Green Blue C M Y K H S L
Decimal 6 76 218 0.97 0.65 0 0.15 220.19 0.95 0.44
Hex 6 4C DA 61 41 0 F DC 5F 2C
Octal 6 114 332 141 101 0 17 334 137 54
Binary 110 1001100 11011010 1100001 1000001 0 1111 11011100 1011111 101100

Color Harmonies of #064CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CDA

Black with #064CDA

Text Example


Text Example

White with #064CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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