#000777

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

Shades of Navy #000777

Tints of Navy #000777

Color information

#000777 (or 0x000777) is unknown color: approx Navy. HEX triplet: 00, 07 and 77. RGB value is (0,7,119). Sum of RGB (Red+Green+Blue) = 0+7+119=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 119 (46.88% from 255 or 94.44% from 126); Max value from RGB is 119 - color contains mainly: blue. Hex color #000777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000777 is #FFF888. Grayscale: #111111. Windows color (decimal): -16775305 or 7800576. OLE color: 7800576.

HSL color Cylindrical-coordinate representation of color #000777: hue angle of 236.47º 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 #000777 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB07119-
CMYK10.9400.53
HSL236.47º100%23.33%-
HSV(B)236.47º100%46.67%-
XYZ3.411.4817.56-
YUV17.68185.18115.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 5.56%
BLUE value IS 119 (46.88% from 255) = 94.44%
R=0%
G=5.56%
B=94.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0711910.9400.53236.4710023.33
Hex0777645E035ec6417
Octal0716714413606535414427
Binary0111111011111001001011110011010111101100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000777; }

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

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

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

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

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

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

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

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