Html Css Color HEX #0664DA Navy Blue

📋 copy color: '#0664DA'

red 6 ◦ green 100 ◦ blue 218

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

Shades of Navy Blue #0664DA

Tints of Navy Blue #0664DA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.86%

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

R = 1.85%
G = 30.86%
B = 67.28%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0664DA (or 0x0664DA) is known color: Navy Blue. HEX triplet: 06, 64 and DA. RGB value is (6,100,218). Sum of RGB (Red+Green+Blue) = 6+100+218=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 218 (85.55% from 255 or 67.28% from 324); Max value from RGB is 218 - color contains mainly: blue. Hex color #0664DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0664DA is #F99B25. Grayscale: #545454. Windows color (decimal): -16358182 or 14312454. OLE color: 14312454.

HSL color Cylindrical-coordinate representation of color #0664DA: hue angle of 213.4º 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 #0664DA is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 100 218 -
CMYK 0.97 0.54 0 0.15
HSL 213.4º 0.95% 0.44% -
HSV(B) 213.4º 0.97% 0.85% -
XYZ 17.29 14.22 68.16 -
YUV 85.35 202.86 71.41 -
System Red Green Blue C M Y K H S L
Decimal 6 100 218 0.97 0.54 0 0.15 213.4 0.95 0.44
Hex 6 64 DA 61 36 0 F D5 5F 2C
Octal 6 144 332 141 66 0 17 325 137 54
Binary 110 1100100 11011010 1100001 110110 0 1111 11010101 1011111 101100

Color Harmonies of #0664DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0664DA

Black with #0664DA

Text Example


Text Example

White with #0664DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0664DA; }

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

 H1.HeaderClassName
 {
   color: #0664DA;
 }
 .AnyTagClassName
 {
   color: #0664DA;
 }
</style>

background-color css

<style>
 a { background-color: #0664DA; }

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

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

border-color css

<style>
 span { border-color: #0664DA; }

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

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