#080484

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

Shades of Navy #080484

Tints of Navy #080484

Color information

#080484 (or 0x080484) is unknown color: approx Navy. HEX triplet: 08, 04 and 84. RGB value is (8,4,132). Sum of RGB (Red+Green+Blue) = 8+4+132=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 132 (51.95% from 255 or 91.67% from 144); Max value from RGB is 132 - color contains mainly: blue. Hex color #080484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080484 is #F7FB7B. Grayscale: #131313. Windows color (decimal): -16251772 or 8651784. OLE color: 8651784.

HSL color Cylindrical-coordinate representation of color #080484: hue angle of 241.88º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080484 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB84132-
CMYK0.940.9700.48
HSL241.88º94.12%26.67%-
HSV(B)241.88º96.97%51.76%-
XYZ4.311.821.95-
YUV19.79191.33119.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 132 (51.95% from 255) = 91.67%
R=5.56%
G=2.78%
B=91.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841320.940.9700.48241.8894.1226.67
Hex84845E61030f25e1b
Octal10420413614106036213633
Binary10001001000010010111101100001011000011110010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080484; }

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

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

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

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

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

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

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

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