#080390

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

Shades of Dark Blue #080390

Tints of Dark Blue #080390

Color information

#080390 (or 0x080390) is unknown color: approx Dark Blue. HEX triplet: 08, 03 and 90. RGB value is (8,3,144). Sum of RGB (Red+Green+Blue) = 8+3+144=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 144 (56.64% from 255 or 92.90% from 155); Max value from RGB is 144 - color contains mainly: blue. Hex color #080390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080390 is #F7FC6F. Grayscale: #141414. Windows color (decimal): -16252016 or 9437960. OLE color: 9437960.

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

Color convert

RGB83144-
CMYK0.940.9800.44
HSL242.13º95.92%28.82%-
HSV(B)242.13º97.92%56.47%-
XYZ5.172.1326.52-
YUV20.57197.66119.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.16%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 144 (56.64% from 255) = 92.90%
R=5.16%
G=1.94%
B=92.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831440.940.9800.44242.1395.9228.82
Hex83905E6202Cf2601d
Octal10322013614205436214035
Binary1000111001000010111101100010010110011110010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080390; }

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

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

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

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

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

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

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

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