#000877

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

Shades of Navy #000877

Tints of Navy #000877

Color information

#000877 (or 0x000877) is unknown color: approx Navy. HEX triplet: 00, 08 and 77. RGB value is (0,8,119). Sum of RGB (Red+Green+Blue) = 0+8+119=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 119 (46.88% from 255 or 93.70% from 127); Max value from RGB is 119 - color contains mainly: blue. Hex color #000877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000877 is #FFF788. Grayscale: #111111. Windows color (decimal): -16775049 or 7800832. OLE color: 7800832.

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

Color convert

RGB08119-
CMYK10.9300.53
HSL235.97º100%23.33%-
HSV(B)235.97º100%46.67%-
XYZ3.421.5117.56-
YUV18.26184.85114.97-

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.30%
BLUE value IS 119 (46.88% from 255) = 93.70%
R=0%
G=6.30%
B=93.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0811910.9300.53235.9710023.33
Hex0877645D035ec6417
Octal01016714413506535414427
Binary01000111011111001001011101011010111101100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000877; }

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

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

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

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

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

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

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

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