#080673

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

Shades of Navy #080673

Tints of Navy #080673

Color information

#080673 (or 0x080673) is unknown color: approx Navy. HEX triplet: 08, 06 and 73. RGB value is (8,6,115). Sum of RGB (Red+Green+Blue) = 8+6+115=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 115 (45.31% from 255 or 89.15% from 129); Max value from RGB is 115 - color contains mainly: blue. Hex color #080673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080673 is #F7F98C. Grayscale: #121212. Windows color (decimal): -16251277 or 7538184. OLE color: 7538184.

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

Color convert

RGB86115-
CMYK0.930.9500.55
HSL241.1º90.08%23.73%-
HSV(B)241.1º94.78%45.1%-
XYZ3.261.4216.32-
YUV19.02182.16120.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 6 (2.73% from 255) = 4.65%
BLUE value IS 115 (45.31% from 255) = 89.15%
R=6.20%
G=4.65%
B=89.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861150.930.9500.55241.190.0823.73
Hex86735D5F037f15a18
Octal10616313513706736113230
Binary1000110111001110111011011111011011111110001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080673; }

 p { color: rgb(8,6,115); }

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

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

 a { background-color: rgb(8,6,115); }

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

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

 span { border-color: rgb(8,6,115); }

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