Html Css Color HEX #0064BF Navy Blue

📋 copy color: '#0064BF'

red 0 ◦ green 100 ◦ blue 191

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

Shades of Navy Blue #0064BF

Tints of Navy Blue #0064BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.64%

R = 0%
G = 34.36%
B = 65.64%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0064BF (or 0x0064BF) is known color: Navy Blue. HEX triplet: 00, 64 and BF. RGB value is (0,100,191). Sum of RGB (Red+Green+Blue) = 0+100+191=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 191 (75% from 255 or 65.64% from 291); Max value from RGB is 191 - color contains mainly: blue. Hex color #0064BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0064BF is #FF9B40. Grayscale: #505050. Windows color (decimal): -16751425 or 12542976. OLE color: 12542976.

HSL color Cylindrical-coordinate representation of color #0064BF: hue angle of 208.59º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0064BF is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 100 191 -
CMYK 1 0.48 0 0.25
HSL 208.59º 1% 0.37% -
HSV(B) 208.59º 1% 0.75% -
XYZ 13.96 12.88 51.04 -
YUV 80.47 190.37 70.6 -
System Red Green Blue C M Y K H S L
Decimal 0 100 191 1 0.48 0 0.25 208.59 1 0.37
Hex 0 64 BF 64 30 0 19 D1 64 25
Octal 0 144 277 144 60 0 31 321 144 45
Binary 0 1100100 10111111 1100100 110000 0 11001 11010001 1100100 100101

Color Harmonies of #0064BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0064BF

Black with #0064BF

Text Example


Text Example

White with #0064BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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