#020A71

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

Shades of Navy #020A71

Tints of Navy #020A71

Color information

#020A71 (or 0x020A71) is unknown color: approx Navy. HEX triplet: 02, 0A and 71. RGB value is (2,10,113). Sum of RGB (Red+Green+Blue) = 2+10+113=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 113 (44.53% from 255 or 90.4% from 125); Max value from RGB is 113 - color contains mainly: blue. Hex color #020A71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A71 is #FDF58E. Grayscale: #121212. Windows color (decimal): -16643471 or 7408130. OLE color: 7408130.

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

Color convert

RGB210113-
CMYK0.980.9100.56
HSL235.68º96.52%22.55%-
HSV(B)235.68º98.23%44.31%-
XYZ3.111.4215.73-
YUV19.35180.85115.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.6%
GREEN value IS 10 (4.30% from 255) = 8%
BLUE value IS 113 (44.53% from 255) = 90.4%
R=1.6%
G=8%
B=90.4%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2101130.980.9100.56235.6896.5222.55
Hex2A71625B038ec6117
Octal21216114213307035414127
Binary101010111000111000101011011011100011101100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020A71; }

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

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

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

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

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

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

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

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