Html Css Color HEX #0064DE Navy Blue

📋 copy color: '#0064DE'

red 0 ◦ green 100 ◦ blue 222

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

Shades of Navy Blue #0064DE

Tints of Navy Blue #0064DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.94%

R = 0%
G = 31.06%
B = 68.94%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0064DE (or 0x0064DE) is known color: Navy Blue. HEX triplet: 00, 64 and DE. RGB value is (0,100,222). Sum of RGB (Red+Green+Blue) = 0+100+222=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #0064DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0064DE is #FF9B21. Grayscale: #535353. Windows color (decimal): -16751394 or 14574592. OLE color: 14574592.

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

Color convert

RGB 0 100 222 -
CMYK 1 0.55 0 0.13
HSL 212.97º 1% 0.44% -
HSV(B) 212.97º 1% 0.87% -
XYZ 17.74 14.39 70.95 -
YUV 84.01 205.87 68.08 -
System Red Green Blue C M Y K H S L
Decimal 0 100 222 1 0.55 0 0.13 212.97 1 0.44
Hex 0 64 DE 64 37 0 D D5 64 2C
Octal 0 144 336 144 67 0 15 325 144 54
Binary 0 1100100 11011110 1100100 110111 0 1101 11010101 1100100 101100

Color Harmonies of #0064DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0064DE

Black with #0064DE

Text Example


Text Example

White with #0064DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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