#0064CA

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

Shades of Navy Blue #0064CA

Tints of Navy Blue #0064CA

Color information

#0064CA (or 0x0064CA) is unknown color: approx Navy Blue. HEX triplet: 00, 64 and CA. RGB value is (0,100,202). Sum of RGB (Red+Green+Blue) = 0+100+202=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #0064CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0064CA is #FF9B35. Grayscale: #515151. Windows color (decimal): -16751414 or 13263872. OLE color: 13263872.

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

Color convert

RGB0100202-
CMYK10.5000.21
HSL210.3º100%39.61%-
HSV(B)210.3º100%79.22%-
XYZ15.2213.3857.66-
YUV81.73195.8769.71-

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) = 33.11%
BLUE value IS 202 (79.30% from 255) = 66.89%
R=0%
G=33.11%
B=66.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal010020210.5000.21210.310039.61
Hex064CA6432015d26428
Octal01443121446202532214450
Binary01100100110010101100100110010010101110100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0064CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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