#080876

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

Shades of Navy #080876

Tints of Navy #080876

Color information

#080876 (or 0x080876) is unknown color: approx Navy. HEX triplet: 08, 08 and 76. RGB value is (8,8,118). Sum of RGB (Red+Green+Blue) = 8+8+118=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 118 (46.48% from 255 or 88.06% from 134); Max value from RGB is 118 - color contains mainly: blue. Hex color #080876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080876 is #F7F789. Grayscale: #141414. Windows color (decimal): -16250762 or 7735304. OLE color: 7735304.

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

Color convert

RGB88118-
CMYK0.930.9300.54
HSL240º87.3%24.71%-
HSV(B)240º93.22%46.27%-
XYZ3.461.5317.25-
YUV20.54183119.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 8 (3.52% from 255) = 5.97%
BLUE value IS 118 (46.48% from 255) = 88.06%
R=5.97%
G=5.97%
B=88.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal881180.930.9300.5424087.324.71
Hex88765D5D036f05719
Octal101016613513506636012731
Binary10001000111011010111011011101011011011110000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080876; }

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

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

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

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

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

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

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

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