#080590

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

Shades of Dark Blue #080590

Tints of Dark Blue #080590

Color information

#080590 (or 0x080590) is unknown color: approx Dark Blue. HEX triplet: 08, 05 and 90. RGB value is (8,5,144). Sum of RGB (Red+Green+Blue) = 8+5+144=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 144 (56.64% from 255 or 91.72% from 157); Max value from RGB is 144 - color contains mainly: blue. Hex color #080590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080590 is #F7FA6F. Grayscale: #151515. Windows color (decimal): -16251504 or 9438472. OLE color: 9438472.

HSL color Cylindrical-coordinate representation of color #080590: hue angle of 241.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080590 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85144-
CMYK0.940.9700.44
HSL241.29º93.29%29.22%-
HSV(B)241.29º96.53%56.47%-
XYZ5.192.1726.53-
YUV21.74196.99118.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.10%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 144 (56.64% from 255) = 91.72%
R=5.10%
G=3.18%
B=91.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851440.940.9700.44241.2993.2929.22
Hex85905E6102Cf15d1d
Octal10522013614105436113535
Binary10001011001000010111101100001010110011110001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080590; }

 p { color: rgb(8,5,144); }

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

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

 a { background-color: rgb(8,5,144); }

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

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

 span { border-color: rgb(8,5,144); }

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