#02016A

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

Shades of Navy #02016A

Tints of Navy #02016A

Color information

#02016A (or 0x02016A) is unknown color: approx Navy. HEX triplet: 02, 01 and 6A. RGB value is (2,1,106). Sum of RGB (Red+Green+Blue) = 2+1+106=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 106 (41.80% from 255 or 97.25% from 109); Max value from RGB is 106 - color contains mainly: blue. Hex color #02016A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02016A is #FDFE95. Grayscale: #0C0C0C. Windows color (decimal): -16645782 or 6947074. OLE color: 6947074.

HSL color Cylindrical-coordinate representation of color #02016A: hue angle of 240.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02016A is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB21106-
CMYK0.980.9900.58
HSL240.57º98.13%20.98%-
HSV(B)240.57º99.06%41.57%-
XYZ2.641.0813.7-
YUV13.27180.33119.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 106 (41.80% from 255) = 97.25%
R=1.83%
G=0.92%
B=97.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal211060.980.9900.58240.5798.1320.98
Hex216A626303Af16215
Octal2115214214307236114225
Binary101110101011000101100011011101011110001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02016A; }

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

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

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

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

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

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

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

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