#020762

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

Shades of Navy #020762

Tints of Navy #020762

Color information

#020762 (or 0x020762) is unknown color: approx Navy. HEX triplet: 02, 07 and 62. RGB value is (2,7,98). Sum of RGB (Red+Green+Blue) = 2+7+98=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 98 (38.67% from 255 or 91.59% from 107); Max value from RGB is 98 - color contains mainly: blue. Hex color #020762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020762 is #FDF89D. Grayscale: #0F0F0F. Windows color (decimal): -16644254 or 6424322. OLE color: 6424322.

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

Color convert

RGB2798-
CMYK0.980.9300.62
HSL236.88º96%19.61%-
HSV(B)236.88º97.96%38.43%-
XYZ2.311.0511.64-
YUV15.88174.34118.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 7 (3.12% from 255) = 6.54%
BLUE value IS 98 (38.67% from 255) = 91.59%
R=1.87%
G=6.54%
B=91.59%

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
Decimal27980.980.9300.62236.889619.61
Hex2762625D03Eed6014
Octal2714214213507635514024
Binary10111110001011000101011101011111011101101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020762; }

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

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

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

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

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

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

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

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