#000786

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

Shades of Dark Blue #000786

Tints of Dark Blue #000786

Color information

#000786 (or 0x000786) is unknown color: approx Dark Blue. HEX triplet: 00, 07 and 86. RGB value is (0,7,134). Sum of RGB (Red+Green+Blue) = 0+7+134=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 134 (52.73% from 255 or 95.04% from 141); Max value from RGB is 134 - color contains mainly: blue. Hex color #000786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000786 is #FFF879. Grayscale: #121212. Windows color (decimal): -16775290 or 8783616. OLE color: 8783616.

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

Color convert

RGB07134-
CMYK10.9500.47
HSL236.87º100%26.27%-
HSV(B)236.87º100%52.55%-
XYZ4.381.8722.69-
YUV19.38192.68114.17-

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) = 4.96%
BLUE value IS 134 (52.73% from 255) = 95.04%
R=0%
G=4.96%
B=95.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0713410.9500.47236.8710026.27
Hex0786645F02Fed641a
Octal0720614413705735514432
Binary01111000011011001001011111010111111101101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000786; }

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

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

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

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

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

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

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

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