#000876

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

Shades of Navy #000876

Tints of Navy #000876

Color information

#000876 (or 0x000876) is unknown color: approx Navy. HEX triplet: 00, 08 and 76. RGB value is (0,8,118). Sum of RGB (Red+Green+Blue) = 0+8+118=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 118 (46.48% from 255 or 93.65% from 126); Max value from RGB is 118 - color contains mainly: blue. Hex color #000876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000876 is #FFF789. Grayscale: #111111. Windows color (decimal): -16775050 or 7735296. OLE color: 7735296.

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

Color convert

RGB08118-
CMYK10.9300.54
HSL235.93º100%23.14%-
HSV(B)235.93º100%46.27%-
XYZ3.361.4817.25-
YUV18.15184.35115.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 6.35%
BLUE value IS 118 (46.48% from 255) = 93.65%
R=0%
G=6.35%
B=93.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal0811810.9300.54235.9310023.14
Hex0876645D036ec6417
Octal01016614413506635414427
Binary01000111011011001001011101011011011101100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000876; }

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

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

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

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

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

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

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

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