#020A80

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

Shades of Navy #020A80

Tints of Navy #020A80

Color information

#020A80 (or 0x020A80) is unknown color: approx Navy. HEX triplet: 02, 0A and 80. RGB value is (2,10,128). Sum of RGB (Red+Green+Blue) = 2+10+128=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 128 (50.39% from 255 or 91.43% from 140); Max value from RGB is 128 - color contains mainly: blue. Hex color #020A80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A80 is #FDF57F. Grayscale: #141414. Windows color (decimal): -16643456 or 8391170. OLE color: 8391170.

HSL color Cylindrical-coordinate representation of color #020A80: hue angle of 236.19º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A80 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB210128-
CMYK0.980.9200.50
HSL236.19º96.92%25.49%-
HSV(B)236.19º98.44%50.2%-
XYZ4.031.7920.55-
YUV21.06188.35114.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.43%
GREEN value IS 10 (4.30% from 255) = 7.14%
BLUE value IS 128 (50.39% from 255) = 91.43%
R=1.43%
G=7.14%
B=91.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2101280.980.9200.50236.1996.9225.49
Hex2A80625C032ec6119
Octal21220014213406235414131
Binary1010101000000011000101011100011001011101100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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