#0064CD

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

Shades of Navy Blue #0064CD

Tints of Navy Blue #0064CD

Color information

#0064CD (or 0x0064CD) is unknown color: approx Navy Blue. HEX triplet: 00, 64 and CD. RGB value is (0,100,205). Sum of RGB (Red+Green+Blue) = 0+100+205=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #0064CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0064CD is #FF9B32. Grayscale: #515151. Windows color (decimal): -16751411 or 13460480. OLE color: 13460480.

HSL color Cylindrical-coordinate representation of color #0064CD: hue angle of 210.73º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0064CD is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB0100205-
CMYK10.5100.20
HSL210.73º100%40.2%-
HSV(B)210.73º100%80.39%-
XYZ15.5813.5259.55-
YUV82.07197.3769.46-

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.79%
BLUE value IS 205 (80.47% from 255) = 67.21%
R=0%
G=32.79%
B=67.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal010020510.5100.20210.7310040.2
Hex064CD6433014d36428
Octal01443151446302432314450
Binary01100100110011011100100110011010100110100111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0064CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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