#020764

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

Shades of Navy #020764

Tints of Navy #020764

Color information

#020764 (or 0x020764) is unknown color: approx Navy. HEX triplet: 02, 07 and 64. RGB value is (2,7,100). Sum of RGB (Red+Green+Blue) = 2+7+100=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 100 (39.45% from 255 or 91.74% from 109); Max value from RGB is 100 - color contains mainly: blue. Hex color #020764 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020764 is #FDF89B. Grayscale: #0F0F0F. Windows color (decimal): -16644252 or 6555394. OLE color: 6555394.

HSL color Cylindrical-coordinate representation of color #020764: hue angle of 236.94º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020764 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB27100-
CMYK0.980.9300.61
HSL236.94º96.08%20%-
HSV(B)236.94º98%39.22%-
XYZ2.41.0812.14-
YUV16.11175.34117.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 7 (3.12% from 255) = 6.42%
BLUE value IS 100 (39.45% from 255) = 91.74%
R=1.83%
G=6.42%
B=91.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal271000.980.9300.61236.9496.0820
Hex2764625D03Ded6014
Octal2714414213507535514024
Binary10111110010011000101011101011110111101101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020764; }

 p { color: rgb(2,7,100); }

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

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

 a { background-color: rgb(2,7,100); }

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

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

 span { border-color: rgb(2,7,100); }

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