#021071

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

Shades of Navy #021071

Tints of Navy #021071

Color information

#021071 (or 0x021071) is unknown color: approx Navy. HEX triplet: 02, 10 and 71. RGB value is (2,16,113). Sum of RGB (Red+Green+Blue) = 2+16+113=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 113 (44.53% from 255 or 86.26% from 131); Max value from RGB is 113 - color contains mainly: blue. Hex color #021071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021071 is #FDEF8E. Grayscale: #161616. Windows color (decimal): -16641935 or 7409666. OLE color: 7409666.

HSL color Cylindrical-coordinate representation of color #021071: hue angle of 232.43º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021071 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB216113-
CMYK0.980.8600.56
HSL232.43º96.52%22.55%-
HSV(B)232.43º98.23%44.31%-
XYZ3.191.5815.76-
YUV22.87178.86113.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 113 (44.53% from 255) = 86.26%
R=1.53%
G=12.21%
B=86.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2161130.980.8600.56232.4396.5222.55
Hex210716256038e86117
Octal22016114212607035014127
Binary1010000111000111000101010110011100011101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021071; }

 p { color: rgb(2,16,113); }

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

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

 a { background-color: rgb(2,16,113); }

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

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

 span { border-color: rgb(2,16,113); }

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