#080675

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

Shades of Navy #080675

Tints of Navy #080675

Color information

#080675 (or 0x080675) is unknown color: approx Navy. HEX triplet: 08, 06 and 75. RGB value is (8,6,117). Sum of RGB (Red+Green+Blue) = 8+6+117=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 117 (46.09% from 255 or 89.31% from 131); Max value from RGB is 117 - color contains mainly: blue. Hex color #080675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080675 is #F7F98A. Grayscale: #121212. Windows color (decimal): -16251275 or 7669256. OLE color: 7669256.

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

Color convert

RGB86117-
CMYK0.930.9500.54
HSL241.08º90.24%24.12%-
HSV(B)241.08º94.87%45.88%-
XYZ3.381.4716.93-
YUV19.25183.16119.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 6 (2.73% from 255) = 4.58%
BLUE value IS 117 (46.09% from 255) = 89.31%
R=6.11%
G=4.58%
B=89.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861170.930.9500.54241.0890.2424.12
Hex86755D5F036f15a18
Octal10616513513706636113230
Binary1000110111010110111011011111011011011110001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080675; }

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

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

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

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

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

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

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

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