#020871

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

Shades of Navy #020871

Tints of Navy #020871

Color information

#020871 (or 0x020871) is unknown color: approx Navy. HEX triplet: 02, 08 and 71. RGB value is (2,8,113). Sum of RGB (Red+Green+Blue) = 2+8+113=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 113 (44.53% from 255 or 91.87% from 123); Max value from RGB is 113 - color contains mainly: blue. Hex color #020871 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020871 is #FDF78E. Grayscale: #111111. Windows color (decimal): -16643983 or 7407618. OLE color: 7407618.

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

Color convert

RGB28113-
CMYK0.980.9300.56
HSL236.76º96.52%22.55%-
HSV(B)236.76º98.23%44.31%-
XYZ3.091.3815.73-
YUV18.18181.51116.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.63%
GREEN value IS 8 (3.52% from 255) = 6.50%
BLUE value IS 113 (44.53% from 255) = 91.87%
R=1.63%
G=6.50%
B=91.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal281130.980.9300.56236.7696.5222.55
Hex2871625D038ed6117
Octal21016114213507035514127
Binary101000111000111000101011101011100011101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020871; }

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

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

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

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

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

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

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

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