#080676

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

Shades of Navy #080676

Tints of Navy #080676

Color information

#080676 (or 0x080676) is unknown color: approx Navy. HEX triplet: 08, 06 and 76. RGB value is (8,6,118). Sum of RGB (Red+Green+Blue) = 8+6+118=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 118 (46.48% from 255 or 89.39% from 132); Max value from RGB is 118 - color contains mainly: blue. Hex color #080676 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080676 is #F7F989. Grayscale: #121212. Windows color (decimal): -16251274 or 7734792. OLE color: 7734792.

HSL color Cylindrical-coordinate representation of color #080676: hue angle of 241.07º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080676 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB86118-
CMYK0.930.9500.54
HSL241.07º90.32%24.31%-
HSV(B)241.07º94.92%46.27%-
XYZ3.441.4917.25-
YUV19.37183.66119.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 6 (2.73% from 255) = 4.55%
BLUE value IS 118 (46.48% from 255) = 89.39%
R=6.06%
G=4.55%
B=89.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861180.930.9500.54241.0790.3224.31
Hex86765D5F036f15a18
Octal10616613513706636113230
Binary1000110111011010111011011111011011011110001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080676; }

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

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

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

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

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

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

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

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