#0064D1

Color #0064D1 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0064D1

Tints of Navy Blue #0064D1

Color information

#0064D1 (or 0x0064D1) is unknown color: approx Navy Blue. HEX triplet: 00, 64 and D1. RGB value is (0,100,209). Sum of RGB (Red+Green+Blue) = 0+100+209=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 209 (82.03% from 255 or 67.64% from 309); Max value from RGB is 209 - color contains mainly: blue. Hex color #0064D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0064D1 is #FF9B2E. Grayscale: #515151. Windows color (decimal): -16751407 or 13722624. OLE color: 13722624.

HSL color Cylindrical-coordinate representation of color #0064D1: hue angle of 211.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0064D1 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB0100209-
CMYK10.5200.18
HSL211.29º100%40.98%-
HSV(B)211.29º100%81.96%-
XYZ16.0713.7262.12-
YUV82.53199.3769.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 209 (82.03% from 255) = 67.64%
R=0%
G=32.36%
B=67.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal010020910.5200.18211.2910040.98
Hex064D16434012d36429
Octal01443211446402232314451
Binary01100100110100011100100110100010010110100111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0064D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0064D1;
 }
 .AnyTagClassName
 {
   color: #0064D1;
 }
</style>
background-color css

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

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

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

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

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

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