#080574

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

Shades of Navy #080574

Tints of Navy #080574

Color information

#080574 (or 0x080574) is unknown color: approx Navy. HEX triplet: 08, 05 and 74. RGB value is (8,5,116). Sum of RGB (Red+Green+Blue) = 8+5+116=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 116 (45.70% from 255 or 89.92% from 129); Max value from RGB is 116 - color contains mainly: blue. Hex color #080574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080574 is #F7FA8B. Grayscale: #121212. Windows color (decimal): -16251532 or 7603464. OLE color: 7603464.

HSL color Cylindrical-coordinate representation of color #080574: hue angle of 241.62º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080574 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB85116-
CMYK0.930.9600.55
HSL241.62º91.74%23.73%-
HSV(B)241.62º95.69%45.49%-
XYZ3.311.4216.62-
YUV18.55182.99120.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 116 (45.70% from 255) = 89.92%
R=6.20%
G=3.88%
B=89.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851160.930.9600.55241.6291.7423.73
Hex85745D60037f25c18
Octal10516413514006736213430
Binary1000101111010010111011100000011011111110010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080574; }

 p { color: rgb(8,5,116); }

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

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

 a { background-color: rgb(8,5,116); }

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

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

 span { border-color: rgb(8,5,116); }

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