#02016E

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

Shades of Navy #02016E

Tints of Navy #02016E

Color information

#02016E (or 0x02016E) is unknown color: approx Navy. HEX triplet: 02, 01 and 6E. RGB value is (2,1,110). Sum of RGB (Red+Green+Blue) = 2+1+110=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 110 (43.36% from 255 or 97.35% from 113); Max value from RGB is 110 - color contains mainly: blue. Hex color #02016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02016E is #FDFE91. Grayscale: #0D0D0D. Windows color (decimal): -16645778 or 7209218. OLE color: 7209218.

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

Color convert

RGB21110-
CMYK0.980.9900.57
HSL240.55º98.2%21.76%-
HSV(B)240.55º99.09%43.14%-
XYZ2.851.1614.83-
YUV13.73182.33119.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 110 (43.36% from 255) = 97.35%
R=1.77%
G=0.88%
B=97.35%

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
Decimal211100.980.9900.57240.5598.221.76
Hex216E6263039f16216
Octal2115614214307136114226
Binary101110111011000101100011011100111110001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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