#020982

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

Shades of Navy #020982

Tints of Navy #020982

Color information

#020982 (or 0x020982) is unknown color: approx Navy. HEX triplet: 02, 09 and 82. RGB value is (2,9,130). Sum of RGB (Red+Green+Blue) = 2+9+130=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 130 (51.17% from 255 or 92.20% from 141); Max value from RGB is 130 - color contains mainly: blue. Hex color #020982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020982 is #FDF67D. Grayscale: #141414. Windows color (decimal): -16643710 or 8521986. OLE color: 8521986.

HSL color Cylindrical-coordinate representation of color #020982: hue angle of 236.72º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020982 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB29130-
CMYK0.980.9300.49
HSL236.72º96.97%25.88%-
HSV(B)236.72º98.46%50.98%-
XYZ4.151.8221.25-
YUV20.7189.68114.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 130 (51.17% from 255) = 92.20%
R=1.42%
G=6.38%
B=92.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal291300.980.9300.49236.7296.9725.88
Hex2982625D031ed611a
Octal21120214213506135514132
Binary1010011000001011000101011101011000111101101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020982; }

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

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

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

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

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

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

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

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