Html Css Color HEX #000686 Dark Blue

📋 copy color: '#000686'

red 0 ◦ green 6 ◦ blue 134

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

Shades of Dark Blue #000686

Tints of Dark Blue #000686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.29%

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

R = 0%
G = 4.29%
B = 95.71%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#000686 (or 0x000686) is known color: Dark Blue. HEX triplet: 00, 06 and 86. RGB value is (0,6,134). Sum of RGB (Red+Green+Blue) = 0+6+134=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 134 (52.73% from 255 or 95.71% from 140); Max value from RGB is 134 - color contains mainly: blue. Hex color #000686 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000686 is #FFF979. Grayscale: #121212. Windows color (decimal): -16775546 or 8783360. OLE color: 8783360.

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

Color convert

RGB 0 6 134 -
CMYK 1 0.96 0 0.47
HSL 237.31º 1% 0.26% -
HSV(B) 237.31º 1% 0.53% -
XYZ 4.37 1.85 22.68 -
YUV 18.8 193.01 114.59 -
System Red Green Blue C M Y K H S L
Decimal 0 6 134 1 0.96 0 0.47 237.31 1 0.26
Hex 0 6 86 64 60 0 2F ED 64 1A
Octal 0 6 206 144 140 0 57 355 144 32
Binary 0 110 10000110 1100100 1100000 0 101111 11101101 1100100 11010

Color Harmonies of #000686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000686

Black with #000686

Text Example


Text Example

White with #000686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000686; }

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

 H1.HeaderClassName
 {
   color: #000686;
 }
 .AnyTagClassName
 {
   color: #000686;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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