#020760

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

Shades of Navy #020760

Tints of Navy #020760

Color information

#020760 (or 0x020760) is unknown color: approx Navy. HEX triplet: 02, 07 and 60. RGB value is (2,7,96). Sum of RGB (Red+Green+Blue) = 2+7+96=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 96 (37.89% from 255 or 91.43% from 105); Max value from RGB is 96 - color contains mainly: blue. Hex color #020760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020760 is #FDF89F. Grayscale: #0F0F0F. Windows color (decimal): -16644256 or 6293250. OLE color: 6293250.

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

Color convert

RGB2796-
CMYK0.980.9300.62
HSL236.81º95.92%19.22%-
HSV(B)236.81º97.92%37.65%-
XYZ2.211.0111.14-
YUV15.65173.34118.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 7 (3.12% from 255) = 6.67%
BLUE value IS 96 (37.89% from 255) = 91.43%
R=1.90%
G=6.67%
B=91.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal27960.980.9300.62236.8195.9219.22
Hex2760625D03Eed6013
Octal2714014213507635514023
Binary10111110000011000101011101011111011101101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020760; }

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

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

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

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

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

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

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

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