Html Css Color HEX #000786 Dark Blue

📋 copy color: '#000786'

red 0 ◦ green 7 ◦ blue 134

#000786
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #000786

Tints of Dark Blue #000786

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 7 (3.13% from 255) = 4.96%

 BLUE value IS 134 (52.73% from 255) = 95.04%

R = 0%
G = 4.96%
B = 95.04%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#000786 (or 0x000786) is known color: 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

RGB 0 7 134 -
CMYK 1 0.95 0 0.47
HSL 236.87º 1% 0.26% -
HSV(B) 236.87º 1% 0.53% -
XYZ 4.38 1.87 22.69 -
YUV 19.39 192.68 114.17 -
System Red Green Blue C M Y K H S L
Decimal 0 7 134 1 0.95 0 0.47 236.87 1 0.26
Hex 0 7 86 64 5F 0 2F ED 64 1A
Octal 0 7 206 144 137 0 57 355 144 32
Binary 0 111 10000110 1100100 1011111 0 101111 11101101 1100100 11010

Color Harmonies of #000786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000786

Black with #000786

Text Example


Text Example

White with #000786

Text Example


Text Example

HTML Codes & Css Web 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>