Html Css Color HEX #080689 Dark Blue

📋 copy color: '#080689'

red 8 ◦ green 6 ◦ blue 137

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

Shades of Dark Blue #080689

Tints of Dark Blue #080689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 90.73%

R = 5.3%
G = 3.97%
B = 90.73%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#080689 (or 0x080689) is known color: Dark Blue. HEX triplet: 08, 06 and 89. RGB value is (8,6,137). Sum of RGB (Red+Green+Blue) = 8+6+137=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 137 (53.91% from 255 or 90.73% from 151); Max value from RGB is 137 - color contains mainly: blue. Hex color #080689 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080689 is #F7F976. Grayscale: #151515. Windows color (decimal): -16251255 or 8979976. OLE color: 8979976.

HSL color Cylindrical-coordinate representation of color #080689: hue angle of 240.92º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080689 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 6 137 -
CMYK 0.94 0.96 0 0.46
HSL 240.92º 0.92% 0.28% -
HSV(B) 240.92º 0.96% 0.54% -
XYZ 4.68 1.99 23.8 -
YUV 21.53 193.16 118.35 -
System Red Green Blue C M Y K H S L
Decimal 8 6 137 0.94 0.96 0 0.46 240.92 0.92 0.28
Hex 8 6 89 5E 60 0 2E F1 5C 1C
Octal 10 6 211 136 140 0 56 361 134 34
Binary 1000 110 10001001 1011110 1100000 0 101110 11110001 1011100 11100

Color Harmonies of #080689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080689

Black with #080689

Text Example


Text Example

White with #080689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080689; }

 p { color: rgb(8,6,137); }

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

background-color css

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

 a { background-color: rgb(8,6,137); }

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

border-color css

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

 span { border-color: rgb(8,6,137); }

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