Html Css Color HEX #0064DC Navy Blue

📋 copy color: '#0064DC'

red 0 ◦ green 100 ◦ blue 220

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

Shades of Navy Blue #0064DC

Tints of Navy Blue #0064DC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 31.25%
B = 68.75%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0064DC (or 0x0064DC) is known color: Navy Blue. HEX triplet: 00, 64 and DC. RGB value is (0,100,220). Sum of RGB (Red+Green+Blue) = 0+100+220=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #0064DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0064DC is #FF9B23. Grayscale: #535353. Windows color (decimal): -16751396 or 14443520. OLE color: 14443520.

HSL color Cylindrical-coordinate representation of color #0064DC: hue angle of 212.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0064DC is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 100 220 -
CMYK 1 0.55 0 0.14
HSL 212.73º 1% 0.43% -
HSV(B) 212.73º 1% 0.86% -
XYZ 17.48 14.28 69.55 -
YUV 83.78 204.87 68.24 -
System Red Green Blue C M Y K H S L
Decimal 0 100 220 1 0.55 0 0.14 212.73 1 0.43
Hex 0 64 DC 64 37 0 E D5 64 2B
Octal 0 144 334 144 67 0 16 325 144 53
Binary 0 1100100 11011100 1100100 110111 0 1110 11010101 1100100 101011

Color Harmonies of #0064DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0064DC

Black with #0064DC

Text Example


Text Example

White with #0064DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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