#000782

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

Shades of Navy #000782

Tints of Navy #000782

Color information

#000782 (or 0x000782) is unknown color: approx Navy. HEX triplet: 00, 07 and 82. RGB value is (0,7,130). Sum of RGB (Red+Green+Blue) = 0+7+130=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 130 (51.17% from 255 or 94.89% from 137); Max value from RGB is 130 - color contains mainly: blue. Hex color #000782 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000782 is #FFF87D. Grayscale: #121212. Windows color (decimal): -16775294 or 8521472. OLE color: 8521472.

HSL color Cylindrical-coordinate representation of color #000782: hue angle of 236.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000782 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB07130-
CMYK10.9500.49
HSL236.77º100%25.49%-
HSV(B)236.77º100%50.98%-
XYZ4.111.7621.24-
YUV18.93190.68114.5-

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.11%
BLUE value IS 130 (51.17% from 255) = 94.89%
R=0%
G=5.11%
B=94.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0713010.9500.49236.7710025.49
Hex0782645F031ed6419
Octal0720214413706135514431
Binary01111000001011001001011111011000111101101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000782; }

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

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

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

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

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

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

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

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