#000772

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

Shades of Navy #000772

Tints of Navy #000772

Color information

#000772 (or 0x000772) is unknown color: approx Navy. HEX triplet: 00, 07 and 72. RGB value is (0,7,114). Sum of RGB (Red+Green+Blue) = 0+7+114=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 114 (44.92% from 255 or 94.21% from 121); Max value from RGB is 114 - color contains mainly: blue. Hex color #000772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000772 is #FFF88D. Grayscale: #101010. Windows color (decimal): -16775310 or 7472896. OLE color: 7472896.

HSL color Cylindrical-coordinate representation of color #000772: hue angle of 236.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000772 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB07114-
CMYK10.9400.55
HSL236.32º100%22.35%-
HSV(B)236.32º100%44.71%-
XYZ3.111.3716.02-
YUV17.1182.68115.8-

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.79%
BLUE value IS 114 (44.92% from 255) = 94.21%
R=0%
G=5.79%
B=94.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal0711410.9400.55236.3210022.35
Hex0772645E037ec6416
Octal0716214413606735414426
Binary0111111001011001001011110011011111101100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000772; }

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

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

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

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

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

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

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

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