#080191

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

Shades of Dark Blue #080191

Tints of Dark Blue #080191

Color information

#080191 (or 0x080191) is unknown color: approx Dark Blue. HEX triplet: 08, 01 and 91. RGB value is (8,1,145). Sum of RGB (Red+Green+Blue) = 8+1+145=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 145 (57.03% from 255 or 94.16% from 154); Max value from RGB is 145 - color contains mainly: blue. Hex color #080191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080191 is #F7FE6E. Grayscale: #121212. Windows color (decimal): -16252527 or 9502984. OLE color: 9502984.

HSL color Cylindrical-coordinate representation of color #080191: hue angle of 242.92º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080191 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB81145-
CMYK0.940.9900.43
HSL242.92º98.63%28.63%-
HSV(B)242.92º99.31%56.86%-
XYZ5.222.1226.92-
YUV19.51198.82119.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.19%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 145 (57.03% from 255) = 94.16%
R=5.19%
G=0.65%
B=94.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811450.940.9900.43242.9298.6328.63
Hex81915E6302Bf3631d
Octal10122113614305336314335
Binary100011001000110111101100011010101111110011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080191; }

 p { color: rgb(8,1,145); }

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

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

 a { background-color: rgb(8,1,145); }

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

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

 span { border-color: rgb(8,1,145); }

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