#080282

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

Shades of Navy #080282

Tints of Navy #080282

Color information

#080282 (or 0x080282) is unknown color: approx Navy. HEX triplet: 08, 02 and 82. RGB value is (8,2,130). Sum of RGB (Red+Green+Blue) = 8+2+130=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 130 (51.17% from 255 or 92.86% from 140); Max value from RGB is 130 - color contains mainly: blue. Hex color #080282 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080282 is #F7FD7D. Grayscale: #111111. Windows color (decimal): -16252286 or 8520200. OLE color: 8520200.

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

Color convert

RGB82130-
CMYK0.940.9800.49
HSL242.81º96.97%25.88%-
HSV(B)242.81º98.46%50.98%-
XYZ4.151.7121.23-
YUV18.39190.99120.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.71%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 130 (51.17% from 255) = 92.86%
R=5.71%
G=1.43%
B=92.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821300.940.9800.49242.8196.9725.88
Hex82825E62031f3611a
Octal10220213614206136314132
Binary1000101000001010111101100010011000111110011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080282; }

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

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

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

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

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

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

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

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