#020980

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

Shades of Navy #020980

Tints of Navy #020980

Color information

#020980 (or 0x020980) is unknown color: approx Navy. HEX triplet: 02, 09 and 80. RGB value is (2,9,128). Sum of RGB (Red+Green+Blue) = 2+9+128=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 128 (50.39% from 255 or 92.09% from 139); Max value from RGB is 128 - color contains mainly: blue. Hex color #020980 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020980 is #FDF67F. Grayscale: #131313. Windows color (decimal): -16643712 or 8390914. OLE color: 8390914.

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

Color convert

RGB29128-
CMYK0.980.9300.50
HSL236.67º96.92%25.49%-
HSV(B)236.67º98.44%50.2%-
XYZ4.021.7720.55-
YUV20.47188.68114.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.44%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 128 (50.39% from 255) = 92.09%
R=1.44%
G=6.47%
B=92.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal291280.980.9300.50236.6796.9225.49
Hex2980625D032ed6119
Octal21120014213506235514131
Binary1010011000000011000101011101011001011101101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020980; }

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

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

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

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

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

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

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

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