Html Css Color HEX #0664DC Navy Blue

📋 copy color: '#0664DC'

red 6 ◦ green 100 ◦ blue 220

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

Shades of Navy Blue #0664DC

Tints of Navy Blue #0664DC

RGB

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

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

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

R = 1.84%
G = 30.67%
B = 67.48%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0664DC (or 0x0664DC) is known color: Navy Blue. HEX triplet: 06, 64 and DC. RGB value is (6,100,220). Sum of RGB (Red+Green+Blue) = 6+100+220=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #0664DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0664DC is #F99B23. Grayscale: #555555. Windows color (decimal): -16358180 or 14443526. OLE color: 14443526.

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

Color convert

RGB 6 100 220 -
CMYK 0.97 0.55 0 0.14
HSL 213.64º 0.95% 0.44% -
HSV(B) 213.64º 0.97% 0.86% -
XYZ 17.55 14.32 69.55 -
YUV 85.57 203.86 71.24 -
System Red Green Blue C M Y K H S L
Decimal 6 100 220 0.97 0.55 0 0.14 213.64 0.95 0.44
Hex 6 64 DC 61 37 0 E D6 5F 2C
Octal 6 144 334 141 67 0 16 326 137 54
Binary 110 1100100 11011100 1100001 110111 0 1110 11010110 1011111 101100

Color Harmonies of #0664DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0664DC

Black with #0664DC

Text Example


Text Example

White with #0664DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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