#080492

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

Shades of Dark Blue #080492

Tints of Dark Blue #080492

Color information

#080492 (or 0x080492) is unknown color: approx Dark Blue. HEX triplet: 08, 04 and 92. RGB value is (8,4,146). Sum of RGB (Red+Green+Blue) = 8+4+146=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 146 (57.42% from 255 or 92.41% from 158); Max value from RGB is 146 - color contains mainly: blue. Hex color #080492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080492 is #F7FB6D. Grayscale: #141414. Windows color (decimal): -16251758 or 9569288. OLE color: 9569288.

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

Color convert

RGB84146-
CMYK0.950.9700.43
HSL241.69º94.67%29.41%-
HSV(B)241.69º97.26%57.25%-
XYZ5.332.2127.34-
YUV21.38198.33118.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.06%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 146 (57.42% from 255) = 92.41%
R=5.06%
G=2.53%
B=92.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841460.950.9700.43241.6994.6729.41
Hex84925F6102Bf25f1d
Octal10422213714105336213735
Binary10001001001001010111111100001010101111110010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080492; }

 p { color: rgb(8,4,146); }

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

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

 a { background-color: rgb(8,4,146); }

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

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

 span { border-color: rgb(8,4,146); }

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