#020161

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

Shades of Navy #020161

Tints of Navy #020161

Color information

#020161 (or 0x020161) is unknown color: approx Navy. HEX triplet: 02, 01 and 61. RGB value is (2,1,97). Sum of RGB (Red+Green+Blue) = 2+1+97=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 97 (38.28% from 255 or 97% from 100); Max value from RGB is 97 - color contains mainly: blue. Hex color #020161 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020161 is #FDFE9E. Grayscale: #0B0B0B. Windows color (decimal): -16645791 or 6357250. OLE color: 6357250.

HSL color Cylindrical-coordinate representation of color #020161: hue angle of 240.62º 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 #020161 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB2197-
CMYK0.980.9900.62
HSL240.62º97.96%19.22%-
HSV(B)240.62º98.97%38.04%-
XYZ2.190.911.37-
YUV12.24175.83120.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 97 (38.28% from 255) = 97%
R=2%
G=1%
B=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
Decimal21970.980.9900.62240.6297.9619.22
Hex2161626303Ef16213
Octal2114114214307636114223
Binary101110000111000101100011011111011110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020161; }

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

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

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

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

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

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

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

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