#080682

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

Shades of Navy #080682

Tints of Navy #080682

Color information

#080682 (or 0x080682) is unknown color: approx Navy. HEX triplet: 08, 06 and 82. RGB value is (8,6,130). Sum of RGB (Red+Green+Blue) = 8+6+130=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 130 (51.17% from 255 or 90.28% from 144); Max value from RGB is 130 - color contains mainly: blue. Hex color #080682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080682 is #F7F97D. Grayscale: #141414. Windows color (decimal): -16251262 or 8521224. OLE color: 8521224.

HSL color Cylindrical-coordinate representation of color #080682: hue angle of 240.97º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080682 is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB86130-
CMYK0.940.9500.49
HSL240.97º91.18%26.67%-
HSV(B)240.97º95.38%50.98%-
XYZ4.191.7921.24-
YUV20.73189.66118.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 6 (2.73% from 255) = 4.17%
BLUE value IS 130 (51.17% from 255) = 90.28%
R=5.56%
G=4.17%
B=90.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861300.940.9500.49240.9791.1826.67
Hex86825E5F031f15b1b
Octal10620213613706136113333
Binary10001101000001010111101011111011000111110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080682; }

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

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

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

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

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

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

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

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