Html Css Color HEX #080786 Dark Blue

📋 copy color: '#080786'

red 8 ◦ green 7 ◦ blue 134

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

Shades of Dark Blue #080786

Tints of Dark Blue #080786

RGB

 RED value IS 8 (3.52% from 255) = 5.37%

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

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

R = 5.37%
G = 4.7%
B = 89.93%

CMYK

 C value IS 0.94

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#080786 (or 0x080786) is known color: Dark Blue. HEX triplet: 08, 07 and 86. RGB value is (8,7,134). Sum of RGB (Red+Green+Blue) = 8+7+134=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 134 (52.73% from 255 or 89.93% from 149); Max value from RGB is 134 - color contains mainly: blue. Hex color #080786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080786 is #F7F879. Grayscale: #151515. Windows color (decimal): -16251002 or 8783624. OLE color: 8783624.

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

Color convert

RGB 8 7 134 -
CMYK 0.94 0.95 0 0.47
HSL 240.47º 0.9% 0.28% -
HSV(B) 240.47º 0.95% 0.53% -
XYZ 4.48 1.92 22.69 -
YUV 21.78 191.33 118.17 -
System Red Green Blue C M Y K H S L
Decimal 8 7 134 0.94 0.95 0 0.47 240.47 0.9 0.28
Hex 8 7 86 5E 5F 0 2F F0 5A 1C
Octal 10 7 206 136 137 0 57 360 132 34
Binary 1000 111 10000110 1011110 1011111 0 101111 11110000 1011010 11100

Color Harmonies of #080786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080786

Black with #080786

Text Example


Text Example

White with #080786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080786; }

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

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

background-color css

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

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

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

border-color css

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

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

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