#020160

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

Shades of Navy #020160

Tints of Navy #020160

Color information

#020160 (or 0x020160) is unknown color: approx Navy. HEX triplet: 02, 01 and 60. RGB value is (2,1,96). Sum of RGB (Red+Green+Blue) = 2+1+96=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 96 (37.89% from 255 or 96.97% from 99); Max value from RGB is 96 - color contains mainly: blue. Hex color #020160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020160 is #FDFE9F. Grayscale: #0B0B0B. Windows color (decimal): -16645792 or 6291714. OLE color: 6291714.

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

Color convert

RGB2196-
CMYK0.980.9900.62
HSL240.63º97.94%19.02%-
HSV(B)240.63º98.96%37.65%-
XYZ2.150.8811.12-
YUV12.13175.33120.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 96 (37.89% from 255) = 96.97%
R=2.02%
G=1.01%
B=96.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal21960.980.9900.62240.6397.9419.02
Hex2160626303Ef16213
Octal2114014214307636114223
Binary101110000011000101100011011111011110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020160; }

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

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

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

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

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

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

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

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