#080477

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

Shades of Navy #080477

Tints of Navy #080477

Color information

#080477 (or 0x080477) is unknown color: approx Navy. HEX triplet: 08, 04 and 77. RGB value is (8,4,119). Sum of RGB (Red+Green+Blue) = 8+4+119=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 119 (46.88% from 255 or 90.84% from 131); Max value from RGB is 119 - color contains mainly: blue. Hex color #080477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080477 is #F7FB88. Grayscale: #111111. Windows color (decimal): -16251785 or 7799816. OLE color: 7799816.

HSL color Cylindrical-coordinate representation of color #080477: hue angle of 242.09º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080477 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB84119-
CMYK0.930.9700.53
HSL242.09º93.5%24.12%-
HSV(B)242.09º96.64%46.67%-
XYZ3.471.4717.55-
YUV18.31184.83120.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 119 (46.88% from 255) = 90.84%
R=6.11%
G=3.05%
B=90.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841190.930.9700.53242.0993.524.12
Hex84775D61035f25d18
Octal10416713514106536213530
Binary1000100111011110111011100001011010111110010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080477; }

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

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

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

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

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

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

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

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