#02016D

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

Shades of Navy #02016D

Tints of Navy #02016D

Color information

#02016D (or 0x02016D) is unknown color: approx Navy. HEX triplet: 02, 01 and 6D. RGB value is (2,1,109). Sum of RGB (Red+Green+Blue) = 2+1+109=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 109 (42.97% from 255 or 97.32% from 112); Max value from RGB is 109 - color contains mainly: blue. Hex color #02016D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02016D is #FDFE92. Grayscale: #0D0D0D. Windows color (decimal): -16645779 or 7143682. OLE color: 7143682.

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

Color convert

RGB21109-
CMYK0.980.9900.57
HSL240.56º98.18%21.57%-
HSV(B)240.56º99.08%42.75%-
XYZ2.81.1414.54-
YUV13.61181.83119.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 109 (42.97% from 255) = 97.32%
R=1.79%
G=0.89%
B=97.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal211090.980.9900.57240.5698.1821.57
Hex216D6263039f16216
Octal2115514214307136114226
Binary101110110111000101100011011100111110001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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